首页 > 技术文章 > 解决 mysql (10038)

xuanaiwu 2017-02-13 15:23 原文

1、授权

mysql>grant all privileges on *.*  to  'root'@'%'  identified by 'youpassword'  with grant option;
mysql>flush privileges;
 
2、关闭防火墙或开放3306端口

推荐阅读