1.连接数据库 ----->  mysql -u root -p

2.给权限 ------>  grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option

3.保存 ----->  flush privileges

相关文章:

  • 2022-02-08
  • 2022-02-08
  • 2021-11-27
  • 2022-12-23
  • 2021-06-07
  • 2021-11-04
  • 2021-12-08
  • 2021-12-12
猜你喜欢
  • 2022-03-01
  • 2022-02-08
  • 2022-02-08
  • 2021-12-02
  • 2021-06-22
  • 2022-12-23
相关资源
相似解决方案