View Single Post
  #3 (permalink)  
Old 11-02-2008, 09:58
mobile_walls mobile_walls is offline
new member
 
Join Date: Feb 2008
Location: Walls
Posts: 6
Default

mysql_pconnect give always trouble because of using persistant connection and what usually happen is error and it is better to disable it:
Code:
Warning: Too many connections in /usr/www/users/xxxxx/includes/phpconfig.php on line 4

Warning: MySQL Connection Failed: Too many connections in /usr/www/users/xxxxx/includes/phpconfig.php on line 4
It is because of max_user_connection variable int MySql that is always limited to save resource of server.
Reply With Quote