Projet

Général

Profil

MySQL Too many connections » Historique » Version 1

Stéphane Boireau, 12/12/2011 14:36

1 1 Stéphane Boireau
h1. MySQL Too many connections
2
3
Il peut arriver sur certaines configurations serveur que l'on obtienne un message du type:
4
5
> Warning: mysql_pconnect() [function.mysql-pconnect]:
6
> Too many connections in 
7
> /.../gepi/lib/mysql.inc on line 25
8
9
Il faudrait ajouter à la fin (mais avant ?>) du fichier secure/connect.inc.php la ligne
10
11
> $GLOBALS['db_nopersist']=true;