calvintage Posted August 4, 2005 Share Posted August 4, 2005 Here's the error: Warning: mysql_connect(): Access denied for user: 'thebuggy@localhost' (Using password: YES) in /home/u2/thebuggy/html/osc/includes/functions/database.php on line 19 Unable to connect to database server! What's wrong and how do I fix? I can post something if you need me to...I'm checking this frequently thru day. Thanks. Link to comment Share on other sites More sharing options...
AllTheAbove Posted August 4, 2005 Share Posted August 4, 2005 Here's the error:Warning: mysql_connect(): Access denied for user: 'thebuggy@localhost' (Using password: YES) in /home/u2/thebuggy/html/osc/includes/functions/database.php on line 19 Unable to connect to database server! What's wrong and how do I fix? I can post something if you need me to...I'm checking this frequently thru day. Thanks. <{POST_SNAPBACK}> You are either using the wrong username or wrong password to access your database. Link to comment Share on other sites More sharing options...
calvintage Posted August 4, 2005 Author Share Posted August 4, 2005 It's the same username and password I use to access FTP right? Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 It's the same username and password I use to access FTP right? <{POST_SNAPBACK}> no its the username and pass at the bottom of the config file Link to comment Share on other sites More sharing options...
calvintage Posted August 4, 2005 Author Share Posted August 4, 2005 Can I be using the wrong database name? Link to comment Share on other sites More sharing options...
calvintage Posted August 4, 2005 Author Share Posted August 4, 2005 The username and password on the bottom of includes/configure.php are correct. Are they supposed to match something else in another file? Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 The username and password on the bottom of includes/configure.php are correct. Are they supposed to match something else in another file? <{POST_SNAPBACK}> is this the same as your ftp login? Link to comment Share on other sites More sharing options...
calvintage Posted August 4, 2005 Author Share Posted August 4, 2005 yes. Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 yes. <{POST_SNAPBACK}> this is the problem; you need to use the name and pass that you used to create the data base, not your ftp login Link to comment Share on other sites More sharing options...
calvintage Posted August 4, 2005 Author Share Posted August 4, 2005 Great. I guess I have to contact my hosting provider...arrgghhh! Or would it be in another file somewhere?? <_< Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 Great. I guess I have to contact my hosting provider...arrgghhh! Or would it be in another file somewhere?? <_< <{POST_SNAPBACK}> why not drop the data base and create a new one? Link to comment Share on other sites More sharing options...
calvintage Posted August 4, 2005 Author Share Posted August 4, 2005 I did a lot of work on it. Put a lof of new images, text..etc... Link to comment Share on other sites More sharing options...
Milligan Posted August 4, 2005 Share Posted August 4, 2005 I did a lot of work on it.Put a lof of new images, text..etc... <{POST_SNAPBACK}> Keep everything you have. The problem lies in the mysql connection attempt. PHP attempts to create a connection to localhost (which is correct if your website hoster is hosting your mysql server aswell) with the username buggyx (or something like that). So, like allready mentioned, either your username or password is wrong. Keep in mind that a lot of webhosts operate with DIFFERENT mysql and ftp username/passwords. Im afraid you'll have to contact your host for the correct info. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.