OTRS 5.0.8 - Configurar MySql paso 2/4 - variable innodb_log_file_size

Post Reply
lorena1985
Znuny newbie
Posts: 25
Joined: 28 Mar 2016, 04:20
Znuny Version: 5.0.8

OTRS 5.0.8 - Configurar MySql paso 2/4 - variable innodb_log_file_size

Post by lorena1985 »

Hola! Estoy configurando MySql para OTRS 5.0.8 en UBUNTU server 15, en el paso 2/4 (verificar usuario de la BS) me aparece el siguiente mensaje:

Result of database check

Error: Please set the value for innodb_log_file_size on your database to at least 256 MB (current: 48 MB, recommended: 512 MB). For more information, please have a look at http://dev.mysql.com/doc/refman/5.6/en/ ... ation.html.


Al tratar de modificarla me dice que la variable es solo de lectura. En el link y otros dice modificar el archivo /etc/my.cnf o /etc/mysql/my.cnf pero este archivo está vacío. Alguien me podría decir como configurar (paso a paso) esa variable correctamente para avanzar con los pasos de configuracion de OTRS.

Gracias!
lorena1985
Znuny newbie
Posts: 25
Joined: 28 Mar 2016, 04:20
Znuny Version: 5.0.8

Re: OTRS 5.0.8 - Configurar MySql paso 2/4 - variable innodb_log_file_size

Post by lorena1985 »

1.Stop the MySQL server and make sure that it shuts down without errors.

2.Edit my.cnf (etc/mysql/conf.d - mysql.cnf) to change the log file configuration. To change the log file size, configure innodb_log_file_size in [mysqld]. To increase the number of log files, configure innodb_log_files_in_group.

3.Start the MySQL server again.
Post Reply