PDA

View Full Version : MySQL problems


mawz
08-16-2006, 06:37 PM
I'm getting:


Error Message:
Connect DB Error: Client does not support authentication protocol requested by server; consider upgrading MySQL client Cause #2

Running pixelpost 1.5 and MySQL 4.1.12-standard

Any ideas?

Connie
08-16-2006, 08:20 PM
we need info about server version, PHP version and MySQL version

this forum has a search function

we have a wiki (wiki.pixelpost.org)

so I think you might find info and howtos here, good luck!

mawz
08-16-2006, 08:37 PM
PHP version is 4.4.1, the rest of the info you request was already in the initial post.

I've checked the wiki already, it has very little usable MySQL troubleshooting info in it, and a forum search turned up nothing.

It's not a PHP->MySQL versioning issue, as punBB is having no issues talking to the MySQL server (the same server is running 2 punBB forums, MySQL is running on localhost)

GeoS
08-16-2006, 11:59 PM
As you have this error it looks like you have some MySQL client (used by PHP) <-> MySQL server problem. Talk with your ISP about this issue.

mawz
08-17-2006, 02:25 PM
GeoS: No isp involved, I run the webserver myself. PHP and MySQL can talk to each other just fine (two punBB forums are also running on the server, using PHP and MySQL).

GeoS
08-17-2006, 11:55 PM
Upgrade your PHP version at first. 4.4.1 was very buggy.

PhilipD
01-26-2007, 11:30 AM
Need some help trying to set-up pixelpost on my Pc first.

PHP 4.4.4
MySQL 5.0
Windows XP SP2 with IIS 5.1
Pixelpost 1.5

Trying to run install.php and take this message

Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:\inetpub\wwwroot\admin\install.php on line 40
Error: Client does not support authentication protocol requested by server; consider upgrading MySQL client

GeoS
01-26-2007, 11:54 AM
MySQL client at your server uses old method of transfering password datas. You must update your password in MySQL database in users table using old_password() function.

PhilipD
01-26-2007, 01:24 PM
Thanks a LOOTTTTTT !!! :) :)

problem solved !

i use :
EMS SQL Manager for MySQL

and from this link
http://dev.mysql.com/doc/refman/5.0/en/old-client.html

i found and execute this func

SET PASSWORD FOR 'phd'@'localhost' = OLD_PASSWORD('7755');

thanks for the rapid answer

GeoS
01-26-2007, 04:59 PM
No problem and have fun posting images :)