Jump to content

Error in Phpmysql "max_user_connection"


shawnchin

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.