Project

General

Profile

How to change parameters of my.cnf ?

Added by gm.cust3 gm.cust3 about 12 years ago

How to change parameters of my.cnf ?


Replies (3)

RE: How to change parameters of my.cnf ? - Added by Regie Irupang about 12 years ago

Just check /etc/mysql/my.cnf or the alternative versions of the file in /usr/doc, change max_connections parameter and restart MySQL.

RE: How to change parameters of my.cnf ? - Added by gm.cust3 gm.cust3 about 12 years ago

Neither etc/mysql/my.cnf Nor /usr/doc folder exists !!!

RE: How to change parameters of my.cnf ? - Added by Regie Irupang about 12 years ago

use this

vi /etc/mysql/my.cnf

max_connections = 250

or if you dont find the my.cnf u can use a searche

like locate my.cnf
and use the finded path

    (1-3/3)
    Go to top