mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
40973d855c
In mysql_install_db_win_admin test, dump bootstrap output in case of bootstrap failure.
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
|