I am getting the below mentioned error messages when logging into testlink from http://localhost/testlink/login.php
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\\\\inetpub\\\\wwwroot\\\\tl\\\\testlink\\\\lib\\\\functions\\\\common.php on line 71
ok
Warning: mysql_query(): Access denied for user \\\'ODBC\\\'@\\\'localhost\\\' (using password: NO) in c:\\\\inetpub\\\\wwwroot\\\\tl\\\\testlink\\\\lib\\\\functions\\\\logging.inc.php on line 187
Warning: mysql_query(): A link to the server could not be established in c:\\\\inetpub\\\\wwwroot\\\\tl\\\\testlink\\\\lib\\\\functions\\\\logging.inc.php on line 187
I tried the answers specified in the forum.But didnt work.Please help me in this regard
Update to new mysql -> passwd algorithm changed
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 9
- Joined: Wed Nov 09, 2005 6:06 pm
- Location: Salt Lake City, Utah
I saw this as well on one of my test PC\'s
running MySQL 5.0.16 and PHP 4.4.2
look here !
http://dev.mysql.com/doc/refman/5.0/en/old-client.html
it has to do with a new password hashing algorithm used in the newer versions of MySQL .. pretty easy fix.
running MySQL 5.0.16 and PHP 4.4.2
look here !
http://dev.mysql.com/doc/refman/5.0/en/old-client.html
it has to do with a new password hashing algorithm used in the newer versions of MySQL .. pretty easy fix.
Jason B. Archibald