mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
b5615eff0d
Idea comes from MySQL which does something similar
15 lines
358 B
Text
15 lines
358 B
Text
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
|