2006-07-20 13:24:12 +04:00
|
|
|
SHOW VARIABLES LIKE 'server_id';
|
|
|
|
Variable_name Value
|
|
|
|
server_id 1
|
2005-10-01 01:14:50 +04:00
|
|
|
SHOW INSTANCES;
|
|
|
|
instance_name status
|
|
|
|
mysqld1 online
|
|
|
|
mysqld2 offline
|
|
|
|
Killing the process...
|
2006-11-23 22:55:36 +03:00
|
|
|
Waiting...
|
2005-10-01 01:14:50 +04:00
|
|
|
Success: the process was restarted.
|
2006-10-03 18:42:59 +04:00
|
|
|
Success: server is ready to accept connection on socket.
|
2006-09-01 18:20:33 +04:00
|
|
|
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
-- Test for BUG#12751
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
START INSTANCE mysqld2;
|
|
|
|
Success: the process has been started.
|
|
|
|
Killing the process...
|
2006-11-23 22:55:36 +03:00
|
|
|
Waiting...
|
2006-09-01 18:20:33 +04:00
|
|
|
Success: the process was restarted.
|
2006-11-02 21:43:52 +03:00
|
|
|
Success: server is ready to accept connection on socket.
|
2006-09-01 18:20:33 +04:00
|
|
|
SHOW INSTANCE STATUS mysqld1;
|
|
|
|
instance_name status version
|
|
|
|
mysqld1 online VERSION
|
|
|
|
STOP INSTANCE mysqld2;
|
|
|
|
Success: the process has been stopped.
|