当前位置:网站首页>How to make colleagues under the same LAN connect to their own MySQL database

How to make colleagues under the same LAN connect to their own MySQL database

2022-06-25 04:49:00 Oglie's magic slippers~

How to let colleagues under the same LAN connect their own mysql database

1. open cmd
2.mysql -u root -p, Input password
3.use mysql
4.GRANT ALL PRIVILEGES ON . TO ‘root’@’%'WITH GRANT OPTION;
5.flush privileges

原网站

版权声明
本文为[Oglie's magic slippers~]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202210533330994.html