2006-07-20 11:24:12 +02:00
|
|
|
SHOW VARIABLES LIKE 'server_id';
|
|
|
|
Variable_name Value
|
|
|
|
server_id 1
|
2005-09-30 23:14:50 +02:00
|
|
|
SHOW INSTANCES;
|
2006-05-18 16:57:50 +02:00
|
|
|
instance_name state
|
2006-11-27 00:47:38 +01:00
|
|
|
mysqld1 XXXXX
|
2005-09-30 23:14:50 +02:00
|
|
|
mysqld2 offline
|
|
|
|
Killing the process...
|
2006-11-23 20:55:36 +01:00
|
|
|
Waiting...
|
2005-09-30 23:14:50 +02:00
|
|
|
Success: the process was restarted.
|
2006-10-03 16:42:59 +02:00
|
|
|
Success: server is ready to accept connection on socket.
|
2006-09-01 16:20:33 +02:00
|
|
|
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
-- Test for BUG#12751
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
START INSTANCE mysqld2;
|
|
|
|
Success: the process has been started.
|
|
|
|
Killing the process...
|
2006-11-23 20:55:36 +01:00
|
|
|
Waiting...
|
2006-09-01 16:20:33 +02:00
|
|
|
Success: the process was restarted.
|
2006-11-02 19:43:52 +01:00
|
|
|
Success: server is ready to accept connection on socket.
|
2006-09-01 16:20:33 +02:00
|
|
|
SHOW INSTANCE STATUS mysqld1;
|
2006-09-28 13:40:23 +02:00
|
|
|
instance_name state version_number version mysqld_compatible
|
2007-02-23 19:55:14 +01:00
|
|
|
mysqld1 STATE VERSION_NUMBER VERSION no
|
2006-09-01 16:20:33 +02:00
|
|
|
STOP INSTANCE mysqld2;
|
|
|
|
Success: the process has been stopped.
|