mysql登录遇到ERROR 1045问题解决方法
美国、香港服务器
mysql登录遇到ERROR 1045问题解决方法
04-07 来源:
mysql登录时出现了错误:ERROR 1045: Access denied for user,是什么原因呢?
在Windows系统中,mysql登录的时候出现了这样的错误:ERROR 1045: Access denied for user: "root@localhost" (Using password: YES)
找了一些办法,终于得到了解决,现在记录一下具体的解决方法:
c:\>sc stop mysql
c:\>mysqld --defaults-file="C:\MySQL\MySQLServer6.0\my.ini" --console --skip-grant-tables
重新开一个cmd
c:\>mysql -uroot -p
enter password: <- 回车
mysql>update user SET Password=PASSWord("newpassword") where USER="root";
mysql>FLUSH PRIVILEGES;
mysql>quit
三二互联专业提供香港VPS,美国VPS主机,香港云服务器租用等业务香港美国到大陆CN2 GIA速度最快