mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
0476f48332
A subsequently executed test could fail due to warning messages that some mysql.help_% tables were not closed properly.
11 lines
278 B
Text
11 lines
278 B
Text
# run mysql_install_db with --service parameter
|
|
# Start service
|
|
# Connect with root user password=password
|
|
connect con1,localhost,root,$password,mysql;
|
|
select @@datadir;
|
|
@@datadir
|
|
DATADIR/
|
|
# Stop service and wait until it is down
|
|
# Delete service
|
|
connection default;
|
|
# restart
|