2018-12-06 15:09:17 +01:00
|
|
|
Running bootstrap
|
|
|
|
Removing default user
|
2018-12-11 18:22:40 +01:00
|
|
|
Allowing remote access for user root
|
|
|
|
Setting root password
|
2018-12-06 15:09:17 +01:00
|
|
|
Creating my.ini file
|
|
|
|
Creation of the database was successful
|
2018-12-06 21:51:38 +01:00
|
|
|
# Kill the server
|
2019-03-25 08:02:22 +02:00
|
|
|
# restart: --datadir=MYSQLTEST_VARDIR/tmp/ddir --loose-innodb
|
2018-12-11 18:22:40 +01:00
|
|
|
connect root,localhost,root,foo;
|
2018-12-06 15:09:17 +01:00
|
|
|
SELECT @@datadir;
|
|
|
|
@@datadir
|
|
|
|
DATADIR/
|
|
|
|
# Kill the server
|
2018-12-11 18:22:40 +01:00
|
|
|
connection default;
|
2019-03-25 08:02:22 +02:00
|
|
|
# restart
|