shawnchin Posted January 26, 2011 Share Posted January 26, 2011 Hello Forum Need Urgent Response Having problem (Warning: mysql_connect() [function.mysql-connect]: User printin6_chat already has more than 'max_user_connections' active connections in /home5/printin6/public_html/chat/site_conf/config.php on line 2 error) and my confiq.php file is <? $chat_conn = mysql_connect("localhost","printin6_chat","GL,<+u%=1w9I"); if(!$chat_conn) die( "error"); if(!mysql_select_db("printin6_chat", $chat_conn)) echo "DB error"; @session_start(); ?> please tell me solution... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.