10 lines
325 B
Plaintext
10 lines
325 B
Plaintext
# shutdown the server from mtr.
|
|
# restart the server.
|
|
# start the sql client and run shutdown sql command.
|
|
# restart the server
|
|
# Run shutdown sql command and some other SQL command.
|
|
# restart the server
|
|
# start mysqladmin with shutdown option.
|
|
# start the mysql server with init file and shutdown command.
|
|
# restart server.
|