Code Comments
Programming Forum and web based access to our favorite programming groups."Nic Begusarai" <bihbeg@hub2.nic.in> wrote in message news:... > > I just install MySql and trying to connect on localhost using PHP > > Error: Client does not support authentication protocol requested by server; > consider upgrading MySQL client > how to correct this problem > > rana > > > > > > >
Post Follow-up to this messageThis will fix it. you need to run this at the mysql command prompt because
of the different password authentications
SET PASSWORD FOR 'zoooz'@'some_host' = OLD_PASSWORD('mypass');
zoooz is the username
some_host is the host
mypass is the password you want
this will fix it
Post Follow-up to this messagethanks man :) u helped my a lot. i've had this problem too. but now it works. thank you again
Post Follow-up to this messagequote:Glad I could help :-)
Originally posted by Threepwood thanks man :) u helped my a lot. i've had this problem too. but now it works. thank you again
Post Follow-up to this messagequote:Brilliant!.. Saved me a ton of time. I was about to upgrade to a newer PHP v ersion like mysqld told me to. Thanks, Matt
Originally posted by randy998 This will fix it.
Post Follow-up to this messageI was about to rip out my hair and cry. Thanks for the advice. All working n ow!!!!!(at last)
Post Follow-up to this messagequote:This is the same advice I have gotten all day...problem is no one can tell m e how to get into the mysql command prompt in Redhat Linux 9. HELP??
Originally posted by randy998 This will fix it. you need to run this at the mysql command prompt because of the different password authentications SET PASSWORD FOR 'zoooz'@'some_host' = OLD_PASSWORD('mypass'); zoooz is the username some_host is the host mypass is the password you want this will fix it
Post Follow-up to this messageThanks it solved my problem too! (quote:)
Originally posted by randy998 This will fix it. you need to run this at the mysql command prompt because of the different password authentications SET PASSWORD FOR 'zoooz'@'some_host' = OLD_PASSWORD('mypass'); zoooz is the username some_host is the host mypass is the password you want this will fix it
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.