blob: 950ff868035aa9554661ec33e2eedcd5c7141d0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
connection default;
# restart
|