在MySQL命令行执行如下:

use mysql;
grant all privileges  on *.* to root@'%' identified by "password";

相关文章:

  • 2022-02-08
  • 2022-01-20
  • 2021-12-08
  • 2022-12-23
  • 2021-12-12
  • 2021-12-18
  • 2021-09-12
  • 2021-07-17
猜你喜欢
  • 2021-09-30
  • 2022-02-08
  • 2022-02-08
  • 2021-12-02
  • 2021-06-22
  • 2021-08-14
  • 2022-02-08
相关资源
相似解决方案