summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysql_install_db_win.result
blob: 31336847a3817fcc2c94c53b336e5e867de71c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
# restart: --datadir=MYSQLTEST_VARDIR/tmp/ddir --loose-innodb
connect root,localhost,root,foo;
SELECT @@datadir;
@@datadir
DATADIR/
# Kill the server
1
FOUND 1 /is not empty. Only new or empty existing directories are accepted for --datadir/ in install.log
connection default;
# restart