国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數據庫 > MySQL > 正文

Mysql 4.1 Windows 下升級問題

2024-07-24 12:56:08
字體:
來源:轉載
供稿:網友


收集最實用的網頁特效代碼!

使用phpmyadmin時報錯:
client does not support authentication protocol requested
by 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;

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 湘西| 阜阳市| 高阳县| 牡丹江市| 大英县| 茶陵县| 杂多县| 凤阳县| 扬中市| 手机| 宜君县| 华亭县| 南丹县| 寻乌县| 苏尼特右旗| 惠水县| 滦南县| 江孜县| 砀山县| 德兴市| 和静县| 大宁县| 肥城市| 景洪市| 左权县| 临朐县| 卓尼县| 盐池县| 林芝县| 英山县| 东平县| 平凉市| 武义县| 斗六市| 陇南市| 班戈县| 清原| 甘泉县| 石棉县| 曲靖市| 浦县|