Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.0.5
-
None
-
installation using MySQL Sandbox, which in turn uses mysql_install_db
Description
While installing MariaDB 10.0.5 (compiled from source on MacOSX) using MySQL Sandbox, I got this error:
$HOME/opt/mysql/ma10.0.5/scripts/mysql_install_db --no-defaults --user=$USER --basedir=$HOME/opt/mysql/ma10.0.5 --datadir=$HOME/sandboxes/msb_ma10_0_5/data --tmpdir=$HOME/sandboxes/msb_ma10_0_5/tmp --lower_case_table_names=2
error while creating grant tables
Installing MariaDB/MySQL system tables in '$HOME/sandboxes/msb_ma10_0_5/data' ...
-
-
- ( ... many [Note] lines removed for clarity)
2013-11-12 05:58:58 12461e000 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
- ( ... many [Note] lines removed for clarity)
-
However, the table is in the data directory, and the database server starts fine.
This bug prevents MySQL Sandbox from using MariaDB