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不能外网访问解决方法:
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教程
php中文网原创mysql教程之《MySQL权威开发指南(教程)》为php中文网欧阳克老师主讲。本课程为MYSQL基础视频教程,主要讲解mysql数据库基础、搭建、数据类型、增删改查的基本操作等!非常适合mysql初学者学习!
数据库教程31601次浏览
© 2021 Python学习网 苏ICP备2021003149号-1