terça-feira, 8 de junho de 2010

Log innodb no mysql

Existe uma grande quantidade de arquivos innodb do mysql em seu sistema de arquivos? Está na hora de configurar corretamente seu SGBD. Veja um tutorial em:

http://dev.mysql.com/doc/refman/5.0/en/purge-binary-logs.html

PURGE { BINARY | MASTER } LOGS
{ TO 'log_name' | BEFORE datetime_expr }
Exemplos:
PURGE BINARY LOGS TO 'mysql-bin.010';
PURGE BINARY LOGS BEFORE '2008-04-02 22:46:26';

"The binary log is a set of files that contain information about data modifications made by the MySQL server. The log consists of a set of binary log files, plus an index file...".

edite /etc/my.cnf and add this line:
expire_logs_days=10

Nenhum comentário:

Postar um comentário