1. grant all privileges on *.* to myuser@"%" identified by 'password';   
  2. 用root用户登陆,然后:

    grant all privileges on *.* to 创建的用户名 @"%" identified by "密码";

    flush privileges; * 刷新刚才的内容*


相关文章:

  • 2022-12-23
  • 2021-12-11
  • 2021-12-13
  • 2021-08-27
  • 2022-12-23
  • 2021-09-02
  • 2021-12-11
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2021-10-10
  • 2021-07-20
  • 2022-02-12
相关资源
相似解决方案