mariadb/mysql-test/r/im_daemon_life_cycle.result

12 lines
243 B
Text
Raw Normal View History

Success: the process has been started.
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.