xiamibk

mysql dump -u root -p juhui > /data/juhui.sql   //备份数据库

 

grant all privileges on *.* to xf111@localhost identified by \'xf11111\';  //授权用户登陆

update user set host=\'%\' where user=\'xf111\';

flush privileges;  //加入注册

exit; //退出

分类:

技术点:

相关文章:

  • 2022-01-04
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2021-06-24
  • 2022-01-06
  • 2022-02-10
  • 2021-09-01
  • 2021-08-19
相关资源
相似解决方案