摘要: 阿里云服务器设置mysql远程连接 查看3306端口是否只监听本机 netstat -antpl | grep 3306 确定mysql正常运行 mysql -u root -p 设置用户登录权限 use mysql select host from user where user='root'; 阅读全文
posted @ 2022-04-11 11:40 IVWT 阅读(53) 评论(0) 推荐(0)