意见箱
恒创运营部门将仔细参阅您的意见和建议,必要时将通过预留邮箱与您保持联络。感谢您的支持!
意见/建议
提交建议

mysql linux 安装卸载

来源:恒创科技 编辑:恒创科技编辑部
2024-01-28 15:13:59

mysql安装包官网​​https://dev.mysql.com/downloads/mysql/5.7.html#downloads​​

mysql linux 安装卸载_mysql安装


mysql linux 安装卸载

mysql linux 安装卸载_mysql_02

wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.25-linux-glibc2.12-x86_64.tar.gz

卸载清理环境:

[root@bogon sysconfig]# whereis mysql
mysql: /usr/bin/mysql /usr/lib/mysql /usr/share/mysql /usr/share/man/man1/mysql.1.gz
[root@bogon sysconfig]# rpm -aq|grep mysql
mysql-server-5.1.73-8.el6_8.i686
mysql-5.1.73-8.el6_8.i686
mysql-libs-5.1.73-8.el6_8.i686
[root@bogon sysconfig]# find / -name mysql
/usr/lib/mysql
/usr/lib/perl5/DBD/mysql
/usr/lib/perl5/auto/DBD/mysql
/usr/bin/mysql
/usr/share/mysql
/var/lib/mysql
/var/lib/mysql/mysql
[root@bogon sysconfig]# find / -name my.cnf
/etc/my.cnf
[root@bogon sysconfig]# service mysqld status
mysqld is stopped
[root@bogon sysconfig]# ps -e |grep mysqld
[root@bogon sysconfig]# service mysqld start
Starting mysqld: [ OK ]
[root@bogon sysconfig]# ps -e |grep mysqld
21711 pts/0 00:00:00 mysqld_safe
21816 pts/0 00:00:00 mysqld


上一篇: 一文讲清楚ConcurrentHashMap原理,值得收藏。 下一篇: 手机怎么远程登录云服务器?