Page 1 of 1

phpMyAdmin connection problem

Posted: Fri Nov 18, 2005 6:15 pm
by sweenyman
Hi all
I have MySQL/PHP4/Apache running on my Windows machine. The problem is when I use a password for my database I get this error

Code: Select all

#1045 Access denied for user’ joe@localhost’    (USING PASSWORD: ’YES’)
No password-No problem. I've double-checked that all passwords are matching. I have a username in the mysql database with a password and I'm using these in the . conf file in phpMyAdmin. Any suggestions would be gratefully received.
Sean

Posted: Fri Nov 18, 2005 6:53 pm
by seodevhead
looks like you got an extra space before your username...

' joe@localhost'
instead of
'joe@localhost'

perhaps you added extra space in your Definintion?>??

forgive me if I am wrong.