|
Home > Archive > MySQL ODBC Connector > September 2005 > too many connections
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
too many connections
|
|
| Octavian Rasnita 2005-09-27, 3:23 am |
| Hi,
I guess it is a stupid simple question:
I have seen the following error in the log files:
DBI connect('database=[database]','[username]',...) failed: #08004Too many
connections at /[path_to_script] line 12
I have taken a look in my.cnf but I couldn't find some settings for
increasing the possible number of connections or something like that.
Can you tell me what can I do to do this?
Teddy
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw
| |
| Kishore Jalleda 2005-09-27, 11:23 am |
| ------=_Part_533_2700768.1127835617479
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
use a variable called max_connections( if its not there in my.cnf just add
it ) and restart mysql
eg . max_connections =3D 100
Kishore Jalleda
On 9/27/05, Octavian Rasnita <orasnita@fcc.ro> wrote:
>
> Hi,
>
> I guess it is a stupid simple question:
>
> I have seen the following error in the log files:
>
> DBI connect('database=3D
[database]','[username]',...) failed: #08004Too m=
any
> connections at /[path_to_script] line 12
>
> I have taken a look in my.cnf but I couldn't find some settings for
> increasing the possible number of connections or something like that.
>
> Can you tell me what can I do to do this?
>
> Teddy
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/mysql? unsub...ma
il.com
>
>
------=_Part_533_2700768.1127835617479--
|
|
|
|
|