mariadb/mysql-test/main/winservice_basic.result
Marko Mäkelä 0476f48332 MDEV-26713 fixup: Prefer shutdown to kill
A subsequently executed test could fail due to warning messages
that some mysql.help_% tables were not closed properly.
2022-06-07 09:07:37 +03:00

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