如上所示,说明安装了MySQL 5.6.23这个版本的client、server、devel三个组件。
2、卸载前关闭MySQL服务
2.1 方法1
[root@DB-Server init.d]# service mysql status MySQL running (25673)[ OK ] [root@DB-Server init.d]# service mysql stop Shutting down MySQL..[ OK ] [root@DB-Server init.d]# service mysql status MySQL is not running[FAILED]
2.2 方法2
[root@DB-Server init.d]# ./mysql status MySQL running (26215)[ OK ] [root@DB-Server init.d]# ./mysql stop Shutting down MySQL..[ OK ] [root@DB-Server init.d]# ./mysql status MySQL is not running[FAILED] [root@DB-Server init.d]#
[root@DB-Server init.d]# chkconfig --list (北联网教程,专业提供视频软件下载)
……