Hello
I try to edit my.cnf because my host tool says query_cache_size = 0 - FAIL (must be >= 16777216).
Now if I put in putty vi /etc/my.cnf I get that:
"[mysqld]
datadir=/home/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
bind-address=127.0.0.1
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
~
~
~
~
~
~
~
~
~
~
~
~
"/etc/my.cnf" 11L, 271C"
There isn't configurations I could change, what I'm doing wrong?