mariadb/mysql-test/main/mysql_install_db_win.result
2018-12-12 00:31:04 +01:00

13 lines
286 B
Text

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;