On Fri, Sep 19, 2008 at 9:07 PM, Olexandr Melnyk <[EMAIL PROTECTED]> wrote:

> Restart MySQL server
>
> On 9/19/08, Kinney, Gail <[EMAIL PROTECTED]> wrote:
> >
> > Hello,  We have MySQL 4.0.14 and have just gotten an error:  too many
> > connections.  we can't connect to our site using MySQL admin.  Please
> help.
> >
>
>

run the following from shell,

mysqladmin flush-hosts


and

edit my.cnf  and add or change the value ( max_connections by default is 100
)

max_connections=500

save my.cnf and restart mysql.

Reply via email to