![]() |
![]() | #1 |
Web developer Join Date: 09 2002 Location: Yerevan Age: 40
Posts: 896
Downloads: 1 Uploads: 0
Reputation: 9 | 0 | ![]()
Warning: mysql_pconnect(): Too many connections in /home/xxx/public_html/conn.inc.php on line 2 Chto delat'? |
![]() |
![]() | #2 | |
Moderator Join Date: 09 2001 Location: South Korea, Gumi
Posts: 7,699
Blog Entries: 16 Downloads: 102 Uploads: 34
Reputation: 561 | 6 | ![]()
There are two ways out: 1. You may want to change mysql_pconnect() to mysql_connect(), because first one won't close connection when script is ended. Documentation says: Quote:
Up to you to decide which way is the best for your case. Cheers. | |
![]() |
![]() | #4 |
Web developer Join Date: 09 2002 Location: Yerevan Age: 40
Posts: 896
Downloads: 1 Uploads: 0
Reputation: 9 | 0 | ![]()
Thanks a lot
|
![]() |
Sponsored Links |