当前位置: 移动技术网 > IT编程>数据库>Mysql > Warning: mysqli::__construct(): (HY000/1698): Access denied for user 'root'@'localhost'问题解决

Warning: mysqli::__construct(): (HY000/1698): Access denied for user 'root'@'localhost'问题解决

2018年11月03日  | 移动技术网IT编程  | 我要评论

客户端可登录,php无法登录

select user, plugin from mysql.user;

如果plugin是socket的,则只允许客户端登录,将plugin修改成mysql_native_password即可

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网