--
SQLSTATE[HY000] [2000] mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password').
- 老宅筆記本: PHP連接MySQL出現Password問題 (eric0806.blogspot.com)
- 冰豆: PHP連線MySQL出現「cannot connect to MySQL 4.1+ using the old insecure authentication」 (binndo.blogspot.com)
先確認一下是否真的是 16 個字的密碼長度
如果有修改權限試著把密碼改成新版格式
如果沒有操作權限,就按照錯誤訊息提示,直接 SET PASSWORD 重新設定密碼後測試看看
--
515 total views, 1 views today