im_life_cycle.result
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· RESULT 代码 · 共 71 行
RESULT
71 行
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 + =
减小字号Ctrl + -
显示快捷键?