Tema: Error MySQL
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/02/2009, 16:18
LethalIndustry
 
Fecha de Ingreso: diciembre-2008
Mensajes: 80
Antigüedad: 16 años, 3 meses
Puntos: 0
Error MySQL

Hola que tal amigos, tengo la siguiente conexion a mi base de datos pero amenudo me marca el error de:

user already has more than 'max_user_connections' active connectios.


CONEXION A BD MYSQL:


<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname = "localhost";
$database= "admdatabase123";
$username = "admuser";
$password= "12315987";
$C = mysql_pconnect($hostname,$username,$password) or tie_error(mysql_error(),E_USER_ERROR);
?>


Espero me puedan ayudar!!!. Gracias