blob: 4f7dd77a88f585da3769b4b64f76800f0c2d0b5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Success: the process has been started.
SHOW VARIABLES LIKE 'server_id';
Variable_name Value
server_id 1
SHOW INSTANCES;
instance_name status
mysqld1 online
mysqld2 offline
Killing the process...
Sleeping...
Success: the process was restarted.
|