mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
12 lines
296 B
Text
12 lines
296 B
Text
# Kill the server
|
|
# run mysql_install_db with --service parameter
|
|
# Start service
|
|
# Connect with root user password=password
|
|
connect con1,localhost,root,$password,mysql;
|
|
select @@datadir;
|
|
@@datadir
|
|
DATADIR/
|
|
# Stop service and wait until it is down
|
|
# Delete service
|
|
connection default;
|
|
# restart
|