mysql-186二、1820、java.sql.SQLException: Your password has expired. To log in you must change it using

以前一直運行的好好的,忽然mysql就沒法工做了。請求命令後報錯誤:ERROR 1820 (HY000): You must SET PASSWORD before executing this statement ,使用phpMyAdmin管理工具也沒法登陸,顯示錯誤:#1862 沒法登陸 MySQL 服務器php

錯誤解決mysql

進入mysql的服務器中使用mysql指令進行登陸及操做。sql

1.登陸mysql:mysql -uroot -proot服務器

(root是個人賬號及密碼)工具

2.嘗試是否報1820錯誤,執行語句:mysql> select 1;this

(將會獲得一個錯誤:ERROR 1820 (HY000): You must SET PASSWORD before executing this statement)spa

3.設置新密碼:mysql> set password=password(‘root');.net

(因爲我不須要更改密碼,因此再次重置一下密碼爲root)code

4.再次嘗試是否報1820錯誤,執行語句:mysql> select 1;htm

(將獲得以下返回數據,說明問題已經解決了!)

?
1
2
3
4
5
6
7
mysql> select 1;
+—+
| 1 |
+—+
| 1 |
+—+
1 row in set (0.00 sec)

轉自:http://www.jb51.net/article/99079.htm

相關文章
相關標籤/搜索