xxBEDROSxx Posted December 15, 2007 Share Posted December 15, 2007 I had social engine 1.8 and i upgraded it to 2.0 and when i go to admin panel i get this error Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/*****/public_html/include/class_database.php on line 16 Link to comment https://forums.phpfreaks.com/topic/81859-phpmysql-error/ Share on other sites More sharing options...
Xyphon Posted December 15, 2007 Share Posted December 15, 2007 Well, re create your database. The update probably did stuff to it. Link to comment https://forums.phpfreaks.com/topic/81859-phpmysql-error/#findComment-415871 Share on other sites More sharing options...
PC Nerd Posted December 16, 2007 Share Posted December 16, 2007 its telling you that your user doesnt have access to the database. within the script either update to a new user/password to connect with - or create that user with the set password in your database. its also telling you that your not using a password to connect - which is a very bad idea in terms of security. gdlk Link to comment https://forums.phpfreaks.com/topic/81859-phpmysql-error/#findComment-415877 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.