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... Link to comment https://forums.phpfreaks.com/topic/225723-error-in-phpmysql-max_user_connection/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.