从供应商那边接手一个MySQL数据库(数据库版本为5.7.21 MySQL Community Server (GPL)),在创建账号时遇到了ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database xxx错误,如下所示

 

 

mysql> grant all on xxx.* to xxx@'192.168.%' identified by 'xxx';
ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'xxxx'
mysql> 

相关文章:

  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-08-03
猜你喜欢
  • 2021-07-25
  • 2021-12-13
  • 2021-12-02
相关资源
相似解决方案