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 07:02:22 +01: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
|
2020-06-30 12:47:05 +02:00
|
|
|
1
|
|
|
|
FOUND 1 /is not empty. Only new or empty existing directories are accepted for --datadir/ in install.log
|
2018-12-11 18:22:40 +01:00
|
|
|
connection default;
|
2019-03-25 07:02:22 +01:00
|
|
|
# restart
|