摘要:
1. 检查mysql服务是否启动,如果启动,关闭mysql服务 运行命令:ps -ef | grep -i mysql 如果开着就运行关闭的命令:service mysqld stop 2.修改mysql的配置文件my.conf 一般在/etc目录下,运行命令:vi /etc/my.cnf,编辑文件 阅读全文
posted @ 2021-10-15 19:27
惜阙
阅读(173)
评论(0)
推荐(0)
摘要:
CentOS和MySQL CentOS Linux release 7.8.2003 (Core) MySQL 5.7 1.安装MySQL源 # 下载 bash > wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noa 阅读全文
posted @ 2021-10-15 19:05
惜阙
阅读(191)
评论(0)
推荐(0)