Forum Moderators: coopster

Message Too Old, No Replies

Basic Connection Issue.

         

mhoctober

10:25 pm on Dec 22, 2005 (gmt 0)

10+ Year Member



All...

I am regualrly getting this...

Warning: mysql_connect(): Access denied for user 'seeasale_mike'@'localhost' (using password: YES) in /home/seeasale/public_html/insert.php on line 5
I cannot connect to the database because: Access denied for user 'seeasale_mike'@'localhost' (using password: YES)

as I run php scripts that attempt to connect to a new mysql db.

I know that ...

its not a password or server down problem as I am connecting sporadically and inserting data into a table.

I'm a newbie with PHP and mysql and wonder if anyone has solved this one before?

Many thanks...

coopster

3:02 pm on Dec 23, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Certainly seems like a password issue, at least that is what the message is stating. Double-check your connection information including the host, userid and password to be certain that you don't have something incorrect.