I'm not sure if it can be a password problem as you can connect through command line,but when upgrading to 4.1 I had the classical "access deny" error with phpmyadmin whereas everything else was ok.

You can still have a look there:
http://dev.mysql.com/doc/mysql/en/old-client.html

but I think in that case you should have an explicit error message. (Client does not support authentication protocol).

You can still try to update dbUser set password=old_password(***) for one of your user and give it a try.


good luck!

From: Jeff Mao <[EMAIL PROTECTED]>
To: Jay Blanchard <[EMAIL PROTECTED]>, mysql@lists.mysql.com
Subject: RE: php conection problems
Date: Thu, 10 Feb 2005 15:36:19 -0500


I've tried using a variety of very wide open permissions just to get something to connect including:

using the root user/password in the php scripts

declaring a user in mysql,...

grant all on mydatabase.* to myuser identified by 'mypassword';
grant all on mydatabase.* to myuser@'%' identified by 'mypassword';
grant all on mydatabase.* to [EMAIL PROTECTED] identified by 'mypassword';
grant all on mydatabase.* to [EMAIL PROTECTED] identified by 'mypassword'; [my current IP]
grant all on mydatabase.* to [EMAIL PROTECTED] identified by 'mypassword';


flushed privileges,..etc,...no go,...

Thanks for any other ideas!
Jeff

At 2:09 PM -0600 2/10/05, Jay Blanchard wrote:
[snip]
In the past, I've always simply installed these two pieces as I
mentioned above and everything was so easy,....but it's been awhile
since I last did this,....did I miss something?
[/snip]

Permissions?

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


--
************************
Jeff Mao
[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now! http://toolbar.msn.co.uk/



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to