Liquify Posted December 11, 2013 Share Posted December 11, 2013 Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'chaosbla_db'@'localhost' (using password: YES) in/home/m4st3r/public_html/Global.php on line 28Error connecting to database. Link to comment https://forums.phpfreaks.com/topic/284701-please-help-my-site-wont-go-live/ Share on other sites More sharing options...
Liquify Posted December 11, 2013 Author Share Posted December 11, 2013 I'm not sure what to do, ugh Link to comment https://forums.phpfreaks.com/topic/284701-please-help-my-site-wont-go-live/#findComment-1462036 Share on other sites More sharing options...
Liquify Posted December 11, 2013 Author Share Posted December 11, 2013 The site is Social-Hangout.com/ Link to comment https://forums.phpfreaks.com/topic/284701-please-help-my-site-wont-go-live/#findComment-1462037 Share on other sites More sharing options...
AJinNYC Posted December 11, 2013 Share Posted December 11, 2013 Post the code where you're connecting to the database (remove the password, username, hostname, etc. for security reasons when you post the code). Also the mysql extension was deprecated, you should look at the mysql improved extension. Link to comment https://forums.phpfreaks.com/topic/284701-please-help-my-site-wont-go-live/#findComment-1462043 Share on other sites More sharing options...
Ch0cu3r Posted December 11, 2013 Share Posted December 11, 2013 The error means the user localhost has been denied access due to the username/password is incorrect. You need to change the mysql database username and password credentials to what was supplied by your webhost. Link to comment https://forums.phpfreaks.com/topic/284701-please-help-my-site-wont-go-live/#findComment-1462064 Share on other sites More sharing options...
Liquify Posted December 11, 2013 Author Share Posted December 11, 2013 Ohhhh, thanks, I'll have to change it back I guess. Link to comment https://forums.phpfreaks.com/topic/284701-please-help-my-site-wont-go-live/#findComment-1462070 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.