用php连接mysql数据库出现这个怎么解决啊
1个回答
展开全部
未给localhost root用户授权,新建一个localhost root用户,然后授权给他
create user 'root'@'localhost' identified by '你的密码';
grant all privileges on *.* to root@'localhost';
运行这两句sql语句后试下
create user 'root'@'localhost' identified by '你的密码';
grant all privileges on *.* to root@'localhost';
运行这两句sql语句后试下
更多追问追答
追答
额…
create user 'root'@'localhost' identified by '你的密码';
grant all privileges on *.* to root@'localhost';
这是sql语句,打开你的mysql,然后执行这两条sql语句。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询