mysql5.6之前需要账号的安全加固
从5.7开始就不需要了。
delete from mysql.user where user!='root' or host='localhost';
flush privilieges;
 
drop database test;
truncate table mysql.db;

 

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2021-09-29
  • 2021-05-31
  • 2022-01-02
  • 2021-11-22
猜你喜欢
  • 2022-12-23
  • 2021-12-23
  • 2021-10-16
  • 2021-12-23
  • 2021-08-27
  • 2022-12-23
  • 2021-08-15
相关资源
相似解决方案