ssh into server.
depending on system
RH, CentOS
nano /etc/my.cnf
Debian
nano /etc/mysql/my.cnf
Add those two variables i posted above to the [mysqld] section.
ctrl+x
answer yes
hit return
Then type one of the following, again dependent on system.
service mysql restart
service mysqld restart
/etc/rc.d/init.d/mysql restart
/etc/rc.d/init.d/mysqld restart
/etc/init.d/mysql restart
/etc/init.d/mysqld restart
|