my.cnf DEBES HACER BACKUP DEL ANTERIOR:
Código:
[mysqld]
# bind-address=127.0.0.1
set-variable=local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
interactive_timeout=100
wait_timeout=15
connect_timeout=10
safe-show-database
query_cache_type=1
query_cache_size = 32M
query_cache_limit = 32M
join_buffer_size = 1M
read_buffer_size = 1M
thread_cache_size = 32
thread_concurrency = 2
table_cache = 2000
tmp_table_size = 32M
max_heap_table_size = 32M
innodb_buffer_pool_size = 32M
sort_buffer_size = 2M
read_rnd_buffer_size = 2M
low_priority_updates = 1
# Disabling symbolic-links is recommended to prevent assorted security risks;
# to do so, uncomment this line:
# symbolic-links=0
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid