mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fixed --no-defaults in installation
Build-tools/Do-compile: Fixed missing --no-defaults scripts/mysql_install_db.sh: Fixed --no-defaults
This commit is contained in:
parent
9dd68559a2
commit
1dc6a46936
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ if ($opt_stage <= 5 && !$opt_no_test)
|
|||
log_system("./bin/mysqladmin --no-defaults -u root -S $mysql_unix_port -s shutdown") || info("There was no mysqld running\n");
|
||||
sleep(2);
|
||||
log_system("rm -f ./data/mysql/*");
|
||||
check_system("scripts/mysql_install_db --skip-locking","com/license");
|
||||
check_system("scripts/mysql_install_db --no-defaults --skip-locking","https://order");
|
||||
safe_system("./bin/mysqld --no-defaults --basedir . --datadir ./data --skip-locking >> $log 2>&1 &");
|
||||
sleep(2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue