Quote:
Originally Posted by R.Solutions
Hmm im lookin in my WHM, would that be it>?
and i looked in etc/....
and didnt see no cnf file.
|
Quote:
Originally Posted by snakes1100
Typically /etc/my.cnf or /etc/mysql/my.cnf
From a shell:
find / -name my.cnf -print
or
locate my.cnf
Edit my.cnf and change max_connections to a higher number, increase it by 100 and save it, then restart mysql:
/etc/rc.d/init.d/mysql restart
|
After you change the my.cnf file, you need to restart mysql. Do you have access to do that?