📄 im_life_cycle.result
字号:
SHOW INSTANCES;instance_name statusmysqld1 onlinemysqld2 offlineSHOW INSTANCE STATUS mysqld1;instance_name status versionmysqld1 online VERSIONSHOW INSTANCE STATUS mysqld2;instance_name status versionmysqld2 offline VERSIONSTART INSTANCE mysqld2;SHOW INSTANCES;instance_name statusmysqld1 onlinemysqld2 onlineSHOW INSTANCE STATUS mysqld1;instance_name status versionmysqld1 online VERSIONSHOW INSTANCE STATUS mysqld2;instance_name status versionmysqld2 online VERSIONSHOW VARIABLES LIKE 'port';Variable_name Valueport IM_MYSQLD1_PORTSTOP INSTANCE mysqld2;SHOW INSTANCES;instance_name statusmysqld1 onlinemysqld2 offlineSHOW INSTANCE STATUS mysqld1;instance_name status versionmysqld1 online VERSIONSHOW INSTANCE STATUS mysqld2;instance_name status versionmysqld2 offline VERSIONSTART INSTANCE mysqld3;ERROR HY000: Bad instance name. Check that the instance with such a name existsSTART INSTANCE mysqld1;ERROR HY000: The instance is already startedSTOP INSTANCE mysqld3;ERROR HY000: Bad instance name. Check that the instance with such a name existsSHOW INSTANCES;instance_name statusmysqld1 onlinemysqld2 offlineKilling the process...Sleeping...Success: the process was restarted.SHOW INSTANCES;instance_name statusmysqld1 onlinemysqld2 offlineSTART INSTANCE mysqld2;SHOW INSTANCES;instance_name statusmysqld1 onlinemysqld2 onlineKilling the process...Sleeping...Success: the process was killed.SHOW INSTANCES;instance_name statusmysqld1 onlinemysqld2 offlineSHOW INSTANCE STATUS;ERROR 42000: You have an error in your command syntax. Check the manual that corresponds to your MySQL Instance Manager version for the right syntax to useSTART INSTANCE mysqld1,mysqld2,mysqld3;ERROR 42000: You have an error in your command syntax. Check the manual that corresponds to your MySQL Instance Manager version for the right syntax to useSTOP INSTANCE mysqld1,mysqld2,mysqld3;ERROR 42000: You have an error in your command syntax. Check the manual that corresponds to your MySQL Instance Manager version for the right syntax to use
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -