From ad838b71984311093b530377199dc0d02ae1a60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E6=96=B9=E4=B8=88?= <1184321658@qq.com> Date: Sun, 24 Apr 2022 11:39:25 +0000 Subject: [PATCH] =?UTF-8?q?update=20install=5Fguide.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9mysql=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_guide.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/install_guide.md b/install_guide.md index 9a2f455..1646e4a 100644 --- a/install_guide.md +++ b/install_guide.md @@ -113,8 +113,16 @@ https://gitee.com/stonedtx/yuqing/attach_files - 解决方案 配置远程权限 -1.修改mysql的配置文件,执行命令vim /etc/mysql/mysql.conf.d/mysqld.cnf -注释bind-address = 127.0.0.1,执行保存命令。重启mysql + +1.修改mysql的配置文件 + + > vim /etc/mysql/mysql.conf.d/mysqld.cnf + + > 注释bind-address = 127.0.0.1 + + > 执行保存命令 + + > 重启mysql 2.MySQL 5.5 和 MySQL 8.0配置MySQL连接权限的 **_方式不一样_** ,分别为: