mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
more tests for mysql_install_db.exe
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
Running bootstrap
|
||||
Removing default user
|
||||
Allowing remote access for user root
|
||||
Setting root password
|
||||
Creating my.ini file
|
||||
Creation of the database was successful
|
||||
# Kill the server
|
||||
connect root,localhost,root,foo;
|
||||
SELECT @@datadir;
|
||||
@@datadir
|
||||
DATADIR/
|
||||
# Kill the server
|
||||
connection default;
|
||||
|
Reference in New Issue
Block a user