im_daemon_life_cycle.result 757 Bytes
Newer Older
1 2 3
SHOW VARIABLES LIKE 'server_id';
Variable_name	Value
server_id	1
4 5 6 7 8 9 10
SHOW INSTANCES;
instance_name	status
mysqld1	online
mysqld2	offline
Killing the process...
Sleeping...
Success: the process was restarted.
11
Success: server is ready to accept connection on socket.
12 13 14 15 16 17 18 19 20

--------------------------------------------------------------------
-- Test for BUG#12751
--------------------------------------------------------------------
START INSTANCE mysqld2;
Success: the process has been started.
Killing the process...
Sleeping...
Success: the process was restarted.
21
Success: server is ready to accept connection on socket.
22 23 24 25 26
SHOW INSTANCE STATUS mysqld1;
instance_name	status	version
mysqld1	online	VERSION
STOP INSTANCE mysqld2;
Success: the process has been stopped.