Solved MariaDB installation

Hi,

I only installed MySQL so far so I was wondering if the way to install MariaDB is the same as MySQL
cd /usr/ports/databases/mariadb100-server
make BUILD OPTIMIZED=yes BUILD_STATIC=yes
make install clean

Thank you
Fred
 
root@holy:/usr/ports/databases/mariadb100-server # make BUILD OPTIMIZED=yes BUILD_STATIC=yes
Code:
make: don't know how to make BUILD. Stop

I guess I have my answer ..
 
When installing from port should I set INNODB=off or INNODB=on on a zfs system?
What are the options you guys have to run general CMS like Magento and Wordpress?
 
Last edited by a moderator:
root@holy:/usr/ports/databases/mariadb100-server # make BUILD OPTIMIZED=yes BUILD_STATIC=yes
Code:
make: don't know how to make BUILD. Stop

I guess I have my answer ..
You forgot the underscore between BUILD and OPTIMIZED. It's BUILD_OPTIMIZED not BUILD OPTIMIZED.
 
Back
Top