mysql> mysql -u用户名 -p用户密码
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '我是密码' WITH GRANT OPTION;
mysql> flush privileges;
 
mysql> net stop mysql
mysql> net start mysql

相关文章:

  • 2021-07-21
  • 2022-02-09
  • 2021-11-21
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
猜你喜欢
  • 2021-12-28
  • 2021-08-13
  • 2021-09-18
  • 2022-12-23
  • 2021-12-08
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案