Comments - About XtraDB

11 years, 6 months ago Michael Widenius

mysql_install_db disables innodb (xtradb) when installing system tables.

The easiest way to get rid of the warnings is to prefix the innodb options with 'loose-'. This will allow mysqld to start even if innodb is not enabled.

The other option is to use mysql_install_db with the --no-defaults option.

 
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.