blob: 927ea86dfddc4b33cbdfdd819004905dbb99c7c8 (
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 state
mysqld1 online
mysqld2 offline
Killing the process...
Sleeping...
Success: the process was restarted.
|