mysql相关:
mysql --help |grep my.cnf 配置文件 添加skip-grant-tables 重启服务 (改密码)
mysql use mysql
update user set Password=Password(‘111111‘) where User=‘root‘;
flush privileges;
时间: 2024-10-12 22:27:53
mysql相关:
mysql --help |grep my.cnf 配置文件 添加skip-grant-tables 重启服务 (改密码)
mysql use mysql
update user set Password=Password(‘111111‘) where User=‘root‘;
flush privileges;