Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.6, 10.11, 11.1(EOL), 11.2, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 11.0(EOL)
-
None
Description
Installing MariaDB/MySQL system tables in '/Users/shulga/projects/mariadb/server-10.9/build.dir/data.dir' ...
|
scripts/mariadb-install-db: line 556: 45065 Segmentation fault: 11 (core dumped) "$mysqld_bootstrap" $defaults $defaults_group_suffix "$mysqld_opt" --bootstrap $silent_startup "--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 --enforce-storage-engine="" "--plugin-dir=${plugindir}" $args --max_allowed_packet=8M --net_buffer_length=16K
|
|
Installation of system tables failed! Examine the logs in
|
/Users/shulga/projects/mariadb/server-10.9/build.dir/data.dir for more information.
|
|
The problem could be conflicting information in an external
|
my.cnf files. You can ignore these by doing:
|
|
shell> scripts/mariadb-install-db --defaults-file=~/.my.cnf
|
|
You can also try to start the mariadbd daemon with:
|
|
shell> /Users/shulga/projects/mariadb/server-10.9/build.dir/sql/mysqld --skip-grant-tables --general-log &
|
|
and use the command line tool /Users/shulga/projects/mariadb/server-10.9/build.dir/client/mariadb
|
to connect to the mysql database and look at the grant tables:
|
|
shell> /Users/shulga/projects/mariadb/server-10.9/build.dir/client/mariadb -u root mysql
|
MariaDB> show tables;
|
|
Try '/Users/shulga/projects/mariadb/server-10.9/build.dir/sql/mysqld --help' if you have problems with paths. Using
|
--general-log gives you a log in /Users/shulga/projects/mariadb/server-10.9/build.dir/data.dir that may be helpful.
|