mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
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
|
|
connect root,localhost,root,foo;
|
|
SELECT @@datadir;
|
|
@@datadir
|
|
DATADIR/
|
|
# Kill the server
|
|
connection default;
|