MYSQL(解決方法):Client does not support authentication(轉)
MYSQL(解決方法):Client does not support authentication(轉)[@more@]mysql4.1以上版本連線時出現Client does not support authentication protocol問題解決辦法shell> mysqlClient does not support authentication protocol requestedby server; consider upgrading MySQL client官方的說法是MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. .....如果你升級mysql到4.1以上版本後遇到以上問題,請先確定你的mysql client 是4.1或者更高版本.(WINDOWS下有問題你就直接跳到下面看解決方法了,因為MYSQL 在WINDOWS是client和server一起裝上了的)請使用以下兩種方法之一其一:mysql> SET PASSWORD FOR-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');其二:mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd')-> WHERE Host = 'some_host' AND User = 'some_user';mysql> FLUSH PRIVILEGES;上面的部分請按自己實際情況修改....這樣做後,連線就會正常了@
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8225414/viewspace-942510/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Client does not support authentication protocol requested by server; consider upgrading MySQL clientclientProtocolServerIDEMySql
- navicat本地連線mysql出現1251--Client does not support authentication protocol requested by server的解決方法MySqlclientProtocolServer
- 高版本mysql訪問出現Client does not support authentication protocol requested by server;MySqlclientProtocolServer
- Navicat 遠端連線docker容器中的mysql 報錯1251 - Client does not support authentication protocol 解決辦法DockerMySqlclientProtocol
- 關於Support for password authentication 報錯的解決方案
- does not support SSL connections
- onnx模型轉openvino報錯nGraph does not support the following ONNX operations: If模型
- wlan0 interface does‘t support scanning
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- Error: --recode does not support multipass recoding of very large files.Error
- grep: PCRE does not support L, l, N{name}, U, or u
- 使用命令登入harbor報錯authentication required解決方法UI
- Connect SQL Server from Linux Client using Windows Authentication and troubleshoot stepsSQLServerLinuxclientWindows
- Docker安裝MySQL8.0.39報錯:Fatal glibc error: CPU does not support x86-64-v2DockerMySqlError
- 解決 Lumen 中 client charset is not supportedclient
- Android com.android.support衝突解決Android
- adb server version (31) doesn’t match this client (36); killing… 的解決方法Serverclient
- Linux 出現 su: Authentication failure 解決辦法LinuxAI
- PHP Mysql support: 是mysql 還是mysqlnd?PHPMySql
- 在feign介面中返回泛型類(Generic response support for feign client)泛型client
- mysql(mariadb)啟動失敗解決方法MySql
- Host 'xxx' is not allowed to connect to this MySQL server 解決方法MySqlServer
- Mysql忘記密碼解決方法凹MySql密碼
- com.android.support衝突的解決辦法Android
- Mysql mysql lost connection to server during query 問題解決方法MySqlServer
- Library source does not match the bytecode for class 最佳解決方案
- 啟動rocketmq-client-python測試遇到的問題解決方法記錄MQclientPython
- [MySQL] “MySQL 服務無法啟動”原理及解決方法MySql
- mysql中出現Unit mysql.service could not be found 的解決方法MySql
- MySQL client server 協議MySqlclientServer協議
- Mysql 報Row size too large 65535解決方法MySql
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql
- mysql解除安裝不乾淨解決方法MySql
- MySQL不能從外部 連線的解決方法MySql
- eclipse :報錯 ‘XXXX‘ does not name a type的解決辦法Eclipse
- Authentication failure 以及xxx is not in the sudoers file 問題的解決辦法AI
- 國產瀚高資料庫簡單實踐 及 authentication method 13 not supported 錯誤解決方法資料庫
- 解決MySql報錯:1130 - Host ‘xxx‘ is not allowed to connect to this MySQL server的方法MySqlServer
- Android解決The APK file app-debug.apk does not exist on disk.AndroidAPKAPP