summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysql_install_db_win.result
blob: 63c922a91847315764c73d796c04effe0337a76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;