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. -------------------------------------------------------------------- -- Test for BUG#12751 -------------------------------------------------------------------- START INSTANCE mysqld2; Success: the process has been started. Killing the process... Sleeping... Success: the process was restarted. SHOW INSTANCE STATUS mysqld1; instance_name status version mysqld1 online VERSION STOP INSTANCE mysqld2; Success: the process has been stopped.