MySQL Forums
Forum List  »  Spanish

Re: InnoDB :: configuración
Posted by: Carlos Barboni
Date: May 30, 2007 07:45AM

El problema que tenía con InnoDB, crei que estaba solucionado, hasta que tuve que hice un backup y lo tuve que restaurar en otra máquina.
Es una máquina nueva donde recién instale MySQL.
Como hay muchos datos, luego de hacer la instalación, utilice el archivo de configuración que trae MySQL en la carpeta de "examples" : my-huge.cnf (correctamente copiado comp: /etc/mysql/my.cnf ).

Luego de levantar el backup no me permite trabajar con InnoDB, diciendome en el log:

mysqld[2892]: InnoDB: Error: log file /var/lib/mysql/ib_logfile0 is of different size 0 5242880 bytes
mysqld[2892]: InnoDB: than specified in the .cnf file 0 104857600 bytes!
mysqld[2892]: 070530 10:36:12 [Note] /usr/sbin/mysqld: ready for connections.
mysqld[2892]: Version: '5.0.32-Debian_7etch1-log' socket: /var/run/mysqld/mysqld.sock' port: 3306 Debian etch distribution
/etc/mysql/debian-start[2921]: Upgrading MySQL tables if necessary.
/etc/mysql/debian-start[2929]: Checking for crashed MySQL tables.


Aparentemente lo que está mal, es el tamaño del archivo ib_logfile.
Me gustaría que me puedieran explicar cual es el procedimiento correcto para modificar esto.

Gracias.

Options: ReplyQuote


Subject
Views
Written By
Posted
10757
April 20, 2007 06:49PM
5022
April 27, 2007 02:17AM
9869
May 04, 2007 06:41AM
4148
May 10, 2007 03:23PM
4035
May 19, 2007 04:26PM
3834
May 24, 2007 06:10AM
Re: InnoDB :: configuración
5735
May 30, 2007 07:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.