|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Problem connecting to Mysql using PHP
Dear colleagues,
I have installed mysql and php on my machine which I want to use as a development server. When I run mysql from the command prompt, I access the database, BUT when I try connecting through php, i get an error:- "mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client" What could be the problem? |
|
#2
|
||||
|
||||
|
RE: Problem connecting to Mysql using PHP
I know as a fact there is a mysql documentation page on this issue. Try placing your error in the seach box in the manual - hopefully that will bring you the page on it somewhere near the top.
|
|
#3
|
|||
|
|||
|
RE: Problem connecting to Mysql using PHP
do this at a cmd prompt
SET PASSWORD FOR 'xxxxx'@'host/localhost' =OLD_PASSWORD('password used for user') |
|
#4
|
|||
|
|||
|
RE: Problem connecting to Mysql using PHP
http://www.phplivesupport.com/documentation/viewarticle.php?uid=1&aid=72&pid=3
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Problem connecting to Mysql using PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|