您现在的位置是:课程教程文章

mysql不能外网访问如何解决

2023-12-18 19:05课程教程文章 人已围观

mysql不能外网访问解决方法:

1、在/etc/mysql/my.cnf中的[mysqld]段注释掉bind-address = 127.0.0.1

2、给用户授权允许远程访问:

grant all privileges on *.* to root@"%" identified by "pwd" with grant option;

flush privileges;

推荐:MySQL教程

课程教程:mysql不能外网访问如何解决

上一篇:php+mysql出现乱码如何解决

下一篇:没有了

站点信息

  • 文章统计篇文章