max user connection error
people get this ewrroe while coming to my site
Warning: User darkneme_forums@localhost has already more than 'max_user_connections' active connections in /home/darkneme/public_html/forums/admin/db_mysql.php on line 40
Warning: MySQL Connection Failed: User darkneme_forums@localhost has already more than 'max_user_connections' active connections in /home/darkneme/public_html/forums/admin/db_mysql.php on line 40
line 40 of that page is :
$this->link_id=mysql_connect($this->server,$this->user,$this->password);
what do i do
|