[AYUDA] Re: Tablas InnoDB deshabilitadas en Mysql :(
Gustavo Guillermo Perez
gustavo en compunauta.com
Sab Mayo 31 10:24:32 CDT 2008
El Viernes, 30 de Mayo de 2008, Gustavo Guillermo Perez escribió:
> Hola lista estaba creando unas tablas para un programita y de repente caigo
> que por más que daba ENGINE=InnoDB las creaba como MyISAM
Me respondo a mi mismo, se solucionó borrando los archivos ib_logfile0 e
ib_logfile1 en la carpeta /var/lib/mysql el sistema los generó sólos denuevo
parece que no tenían cierto tamaño...
gus en gusgus ~ $ tail -n 55 /var/log/mysql/mysqld.err | head -n 20
080530 15:53:55 [Note] /usr/sbin/mysqld: Normal shutdown
080530 15:53:55 [Note] /usr/sbin/mysqld: Shutdown complete
InnoDB: Error: log file ./ib_logfile0 is of different size 0 8388608 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
080530 15:53:55 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.60' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Gentoo
Linux mysql-5.0.60
080530 16:54:54 [Note] /usr/sbin/mysqld: Normal shutdown
080530 16:54:54 [Note] /usr/sbin/mysqld: Shutdown complete
080530 16:54:55 InnoDB: Log file ./ib_logfile0 did not exist: new to be
created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
080530 16:54:55 InnoDB: Log file ./ib_logfile1 did not exist: new to be
created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
> en el servidor donde actualizo la aplicación no tengo problemas y son
> idénticas versiones.
>
> en el servidor:
> mysql> show engines;
> +------------+----------+--------------------------------------------------
>--------------+
>
> | Engine | Support |
>
> Comment |
> +------------+----------+--------------------------------------------------
>--------------+
>
> | MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great
>
> performance |
>
> | MEMORY | YES | Hash based, stored in memory, useful for
> | temporary
>
> tables |
>
> | InnoDB | YES | Supports transactions, row-level locking, and
>
> foreign keys |
>
> | BerkeleyDB | YES | Supports transactions and page-level
>
> locking |
>
> | BLACKHOLE | YES | /dev/null storage engine (anything you write to
> | it
>
> disappears) |
>
> | EXAMPLE | NO | Example storage
>
> engine |
>
> | ARCHIVE | YES | Archive storage
>
> engine |
>
> | CSV | YES | CSV storage
>
> engine |
>
> | ndbcluster | DISABLED | Clustered, fault-tolerant, memory-based
>
> tables |
>
> | FEDERATED | YES | Federated MySQL storage
>
> engine |
>
> | MRG_MYISAM | YES | Collection of identical MyISAM
>
> tables |
>
> | ISAM | NO | Obsolete storage
>
> engine |
> +------------+----------+--------------------------------------------------
>--------------+ 12 rows in set (0.00 sec)
>
> en mi compu
> mysql> show engines;
> +------------+----------+--------------------------------------------------
>--------------+
>
> | Engine | Support |
>
> Comment |
> +------------+----------+--------------------------------------------------
>--------------+
>
> | MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great
>
> performance |
>
> | MEMORY | YES | Hash based, stored in memory, useful for
> | temporary
>
> tables |
>
> | InnoDB | DISABLED | Supports transactions, row-level locking, and
>
> foreign keys |
>
> | BerkeleyDB | YES | Supports transactions and page-level
>
> locking |
>
> | BLACKHOLE | YES | /dev/null storage engine (anything you write to
> | it
>
> disappears) |
>
> | EXAMPLE | NO | Example storage
>
> engine |
>
> | ARCHIVE | YES | Archive storage
>
> engine |
>
> | CSV | YES | CSV storage
>
> engine |
>
> | ndbcluster | DISABLED | Clustered, fault-tolerant, memory-based
>
> tables |
>
> | FEDERATED | YES | Federated MySQL storage
>
> engine |
>
> | MRG_MYISAM | YES | Collection of identical MyISAM
>
> tables |
>
> | ISAM | NO | Obsolete storage
>
> engine |
> +------------+----------+--------------------------------------------------
>--------------+ 12 rows in set (0.00 sec)
>
> el diff entre archivos de configuración es:
>
> gusgus etc # diff -Naur /etc/mysql/my.cnf /d/uLinuxTS4/etc/mysql/my.cnf
> --- /etc/mysql/my.cnf 2008-05-30 15:58:30.239842674 -0500
> +++ /d/uLinuxTS4/etc/mysql/my.cnf 2008-04-20 16:56:27.000000000 -0500
> @@ -68,8 +68,7 @@
> # skip-networking
> bind-address = 127.0.0.1
>
> -#LOGUEAR TODO AL DISCO
> -#log-bin
> +log-bin
> server-id = 1
>
> # point the following paths to different dedicated disks
>
> Es decir sólo el log-bin del disco duro difiere.
>
> ¿Tendré problemas de permisos?
>
> Ya busque por todos lados y realmente no encuentro nada, alomejor no es
> problema ya que puedo quedarme con MyISAM en mi compu e InnoDB en el
> server, total la mia es de desarrollo y el server de producción.
>
> Saludos
--
Gustavo Guillermo Pérez
Compunauta uLinux
www.compunauta.com
--~--~---------~--~----~------------~-------~--~----~
Has recibido este mensaje porque estás suscrito a Grupo "ayuda-linux"
de Grupos de Google.
Si quieres publicar en este grupo, envía un mensaje de correo
electrónico a ayuda-linux en googlegroups.com
Para anular la suscripción a este grupo, envía un mensaje a
ayuda-linux-unsubscribe en googlegroups.com
Para obtener más opciones, visita este grupo en
http://groups.google.es/group/ayuda-linux?hl=es. o http://www.compunauta.com/ayuda/
-~----------~----~----~----~------~----~------~--~---
Más información sobre la lista de distribución Ayuda