Foros del Web » Programación para mayores de 30 ;) » Bases de Datos General »

He borrado un fichero InnoDB y me da este error q no entiendo

Estas en el tema de He borrado un fichero InnoDB y me da este error q no entiendo en el foro de Bases de Datos General en Foros del Web. He borrado un fichero InnoDB y me da este error q no entiendo Código: 040525 13:15:24 InnoDB error: how you can resolve the problem. Look ...
  #1 (permalink)  
Antiguo 07/06/2004, 08:13
 
Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 22 años, 3 meses
Puntos: 0
He borrado un fichero InnoDB y me da este error q no entiendo

He borrado un fichero InnoDB y me da este error q no entiendo



Código:
040525 13:15:24  InnoDB error:

how you can resolve the problem.

Look from section 15.1 of http://www.innodb.com/ibman.html

have moved .frm files to another database?

to delete the corresponding .frm files of InnoDB tables, or you

have deleted and recreated InnoDB data files but have forgotten

of InnoDB though the .frm file for the table exists. Maybe you

Cannot find table empresa/usuarios from the internal data dictionary


no me interesa ni los datos, ni la tabla, solo quiero poder arrancar el mysql
  #2 (permalink)  
Antiguo 07/06/2004, 08:21
 
Fecha de Ingreso: enero-2004
Mensajes: 396
Antigüedad: 20 años, 3 meses
Puntos: 0
Tendrias qeu eliminar todas las refenrencias del sistema a los objetos que has borrado....

Lo que pasas es que si no puedes arrarncar mySQL no se como lo vas a hacer...

Yo que tu restauraia la BBDD con un programa que recupere archivos, y despues arrancaria MYSQL y borraria las cosas que fuesen pero siempre desde el administrador de MySql, no directamenet borrar archivos porque tienes un 100% de posibilidades de que te cargues el sistema.
  #3 (permalink)  
Antiguo 07/06/2004, 11:16
 
Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 22 años, 3 meses
Puntos: 0
NOTE: DROP DATABASE does not currently work for InnoDB tables! You must drop the tables individually. Also take care not to delete or add `.frm' files to your InnoDB database manually: use CREATE TABLE and DROP TABLE commands. InnoDB has its own internal data dictionary, and you will get problems if the MySQL `.frm' files are out of 'sync' with the InnoDB internal data dictionary.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 15:55.