mysql允许外网访问
1.CREATE USER 'root'@'%' IDENTIFIED BY 'tengwen_2012';
2.GRANT ALL ON *.* TO 'root'@'%';
3.flush privileges;
mysql允许外网访问
阅读 50
2022-03-11
1.CREATE USER 'root'@'%' IDENTIFIED BY 'tengwen_2012';
2.GRANT ALL ON *.* TO 'root'@'%';
3.flush privileges;
相关推荐
精彩评论(0)