mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 08:45:18 +03:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
use mysql;
|
|
# Kill the server
|
|
# restart: --datadir=MYSQLTEST_VARDIR/tmp/ddir
|
|
connect root,localhost,root,wrongpass,mysql;
|
|
# Kill the server
|
|
# restart
|