find / -type f(文件) -name my.conf
vim /etc/my.conf
[mysqld]
skip-grant-tables
systemctl restart mysqld
mysql
##修改密码
use mysql;
update user set authentication_string= password("root") where user='root';
centos mysql 密码忘记解决办法
最新推荐文章于 2024-08-15 17:29:08 发布