mirror of
https://github.com/MariaDB/server.git
synced 2025-02-14 17:35:35 +01:00
6 lines
150 B
Text
6 lines
150 B
Text
use mysql;
|
|
# Kill the server
|
|
# restart: --datadir=MYSQLTEST_VARDIR/tmp/ddir
|
|
connect root,localhost,root,wrongpass,mysql;
|
|
# Kill the server
|
|
# restart
|