Results 1 to 7 of 7
hi guys
i trying to set up phpMyAdmin to use, on my server, but it dosen want to play ball.
I´ve got the server up and running and people can ...
- 03-11-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 8
error in phpMyAdmin
hi guys
i trying to set up phpMyAdmin to use, on my server, but it dosen want to play ball.
I´ve got the server up and running and people can connect to it.
However when i try and log into phphMyAdmin, i get this error:
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
i tried upgrading my sql tables but still the same
i on fedora core 3 running:
Mysql (server and clinet) version 5.0.2-0
apache 2.0.53
and php 4.3.10
ie tried changing the auth type from cookie, to http and config
- 03-11-2005 #2Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Did you install the MySQL modules for PHP as well?
Because the error does not reflect the MySQL client library, it is more a phpMySQL-client error AFAIK
- 03-11-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 8
i'm not sure tbh.
how would i be able to tell?
- 03-12-2005 #4Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Just create a short php script and access it from your favorite browser!
I.e.
Call it info.php or whatever you wish to, just make sure you can access it within your Apache server.Code:<? phpinfo(); >
From this script you will know all features you have for your PHP installation.
- 03-12-2005 #5Just Joined!
- Join Date
- Mar 2005
- Posts
- 8
as far as i can tell, it says that mysql is all active etc.
here is the url: HERE
- 03-14-2005 #6Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Sorry, but I can't connect.
- 03-14-2005 #7Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
ok! Now I can connect, but as soon as I try to connect, I will have an option to download you php.php file, which indicates that you don't have you PHP correctly setup.
Try to re-install PHP, and re-configure your Apache server to interprete PHP.


Reply With Quote