是
mysql设置密码是单引号引起来密码。
执行语句:
update mysql.user set password=password('new_password') where user='root' and host='localhost';
flush privileges;
Copyright © 广州京杭网络科技有限公司 2005-2025 版权所有 粤ICP备16019765号