阿里云服务器mysql连接不了2003 -can't connect to mysql server on 'ip' (10038)

1、登录mysql授权

mysql -u root -p

输入密码

grant all privileges on *.* to '用户名'@'%' identified by '登录密码' with grant option;

flush privileges;

2、防火墙开放3306端口

 

posted @ 2021-10-12 09:28  吾码的博客  阅读(378)  评论(0编辑  收藏  举报