1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-26713 Add test for mysql_install_db creating service, with i18

This commit is contained in:
Vladislav Vaintroub
2021-11-24 10:15:11 +01:00
committed by Sergei Golubchik
parent 57d52657a2
commit 74f2e6c85e
7 changed files with 117 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Kill the server
# 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