English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Warning: mysql_connect(): Too many connections in d:\inetpub\phpsites\obj\adodb\drivers\adodb-mysql.inc.php on line 358

2006-11-29 22:23:17 · 4 answers · asked by Anthony F 6 in Computers & Internet Programming & Design

4 answers

It means that they are having a lot of hits and connections are limited try again later would be my solution...♥

2006-11-29 22:29:13 · answer #1 · answered by Anonymous · 0 0

Review the code of every module in your project that uses the database.

For every connection:
$link = mysql_connect('localhost', 'mysql_user', mysql_password');
there should be a disconnect:
mysql_close($link);

Good luck and Happy Computing!

2006-11-30 06:30:46 · answer #2 · answered by Anonymous · 0 0

That is not ur connection problem
It is the problem come from the site u suff, try log in later..

2006-11-30 06:26:04 · answer #3 · answered by Ian Smithy 2 · 0 0

No idea, try these.

http://drupal.org/node/15038

http://gallery.menalto.com/node/43532

2006-11-30 06:28:05 · answer #4 · answered by Bladerunner (Dave) 5 · 0 0

fedest.com, questions and answers