Browse Source

update install_guide.md.

修改mysql的配置文件
tags/v1.0.6
老方丈 Gitee 3 years ago
parent
commit
ad838b7198
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      install_guide.md

+ 10
- 2
install_guide.md View File

@@ -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连接权限的 **_方式不一样_** ,分别为:


Loading…
Cancel
Save