Cambiar valor de innodb_log_file_size
Publicado por starnec (2 intervenciones) el 27/07/2017 18:16:35
Hola gente,
Estoy tratando de instalar OTRS en Ubuntu server 16.04 y estoy utilizando Mysql para la base de datos que requiere el programa, al momento de intentar hacer la instalacion del OTRS ya teniendo previamente instalado el MYSQL este me saca este error
"Por favor, establezca el valor de innodb_log_file_size en su base de datos para al menos 256 MB ( actual: 48 MB, recomendado: 512 MB). Para obtener más información, por favor, eche un vistazo a http://dev.mysql.com/doc/refman/5.6/en/innodb-data-log-reconfiguration.html. "
Cuando voy al archivo ubicado en "/etc/mysql/mysql.conf.d/mysqld.cnf" este no tiene la linea de "innodb_log_file_size" por el contrario tiene solo esto
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
Cuando voy a la ruta que indica "/var/lib/mysql/" estan estos archivos y carpetas:
auto.cnf ib_buffer_pool ib_logfile0 mysql sys
debian-5.7.flag ibdata1 ib_logfile1 performance_schema
tambien voy al archivo ubicado en "/etc/mysql/my.cnf" y este solo trae esto:
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
entonces el problema es que no encuentro la linea donde debo hacer el cambio del tamaño del innodb_log_file_size no se si es q estoy buscando donde no es. :/
Estoy tratando de instalar OTRS en Ubuntu server 16.04 y estoy utilizando Mysql para la base de datos que requiere el programa, al momento de intentar hacer la instalacion del OTRS ya teniendo previamente instalado el MYSQL este me saca este error
"Por favor, establezca el valor de innodb_log_file_size en su base de datos para al menos 256 MB ( actual: 48 MB, recomendado: 512 MB). Para obtener más información, por favor, eche un vistazo a http://dev.mysql.com/doc/refman/5.6/en/innodb-data-log-reconfiguration.html. "
Cuando voy al archivo ubicado en "/etc/mysql/mysql.conf.d/mysqld.cnf" este no tiene la linea de "innodb_log_file_size" por el contrario tiene solo esto
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
Cuando voy a la ruta que indica "/var/lib/mysql/" estan estos archivos y carpetas:
auto.cnf ib_buffer_pool ib_logfile0 mysql sys
debian-5.7.flag ibdata1 ib_logfile1 performance_schema
tambien voy al archivo ubicado en "/etc/mysql/my.cnf" y este solo trae esto:
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
entonces el problema es que no encuentro la linea donde debo hacer el cambio del tamaño del innodb_log_file_size no se si es q estoy buscando donde no es. :/
Valora esta pregunta
0