你只要更新 libmysql.dll 就成了。

解决方案 »

  1.   

    是更新windows目录下面那个吗?那么这个新的去哪里找呢?
      

  2.   

    为什么我更新了php4.3.10后,连接mysql4.1.8之后有错误提示哦Client does not support authentication protocol requested by server; consider upgrading MySQL client ( 1251 )
      

  3.   

    mysql的权限改为user@localhost 就可以过去,不要使用%的用户
      

  4.   

    Client does not support authentication protocol requested by server; consider upgrading MySQL client ( 1251 )解决方法:
    mysql>set password for 'user'@'localhost' = old_password('newpassword');restart mysql service