2013年10月24日

摘要: 1.用root 进入mysql后mysql>set password =password('你的密码');mysql>flush privileges;2.使用GRANT语句 mysql>grant all on *.* to 'root'@'localhost' IDENTIFIED BY '你的密码'with grant option ;mysql>flush privileges;3.进入mysql库修改user表mysql>use mysql;mysql>update user set 阅读全文
posted @ 2013-10-24 11:57 Zombiecc 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 详细内容:MySQL said:#1045 - Access denied for user 'root'@'localhost' (using password: NO)phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to 阅读全文
posted @ 2013-10-24 11:55 Zombiecc 阅读(385) 评论(0) 推荐(0) 编辑

导航