当前位置:网站首页>Problems that cannot be accessed in MySQL LAN

Problems that cannot be accessed in MySQL LAN

2022-07-07 13:27:00 Stuild Stuil

Execute the following commands in turn :

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'abc123' WITH GRANT OPTION;
FLUSH PRIVILEGES;
SELECT HOST,USER FROM USER;

原网站

版权声明
本文为[Stuild Stuil]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207071127567747.html