Comments - Installing MariaDB Binary Tarballs

7 years, 6 months ago Ivan Zoratti

You are probably using a configuration file in /etc. Make sure you have your own configuration file, usually in the mariadb server base directory. For example, if the base directory is /usr/local/mysql, you should execute: ./scripts/mysql_install_db --basedir=/usr/local/mysql --defaults-file=/usr/local/mysql/my.cnf

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.