On 2/5/07, K Black wrote:
  Mysql logs the following error:

Client does not support authentication protocol requested by server; consider 
upgrading MySQL client

Server version          5.0.27-standard-log
Protocol version        10


sounds like your php was compiled for an older version of the mysql
client libs than your mysql version.  I think you can use the "old
password" option when creating the mysql user (i don't recall the
syntax) or upgrade/recompile your php's mysql extention  against the
mysql5 client libs.


_______________________________________________
phpGroupWare-users mailing list
phpGroupWare-users@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to