Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/02/2015, 07:01
Avatar de David_Carrera_G
David_Carrera_G
 
Fecha de Ingreso: noviembre-2014
Ubicación: Santiago
Mensajes: 37
Antigüedad: 9 años, 5 meses
Puntos: 1
Exclamación Problemas en BD

Estimados, me dirijo a ustedes por un problema que tengo en el servidor de la base de datos, esto paso de noche y nadie vio que fue lo que sucedió, solo tengo las siguientes evidencia del problema, acudo a ustedes en busca de ayuda, porque ne realidad no puedo determinar que fue lo que gatillo este problema. Saludos

PRINT de error al iniciar el MYSQL en XAMP



LOG del error que dio:
Código BASH:
Ver original
  1. 2015-02-11 21:19:49 2868 [Note] Plugin 'FEDERATED' is disabled.
  2. 2015-02-11 21:19:49 2868 [Note] InnoDB: Using atomics to ref count buffer pool pages
  3. 2015-02-11 21:19:49 2868 [Note] InnoDB: The InnoDB memory heap is disabled
  4. 2015-02-11 21:19:49 2868 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
  5. 2015-02-11 21:19:49 2868 [Note] InnoDB: Memory barrier is not used
  6. 2015-02-11 21:19:49 2868 [Note] InnoDB: Compressed tables use zlib 1.2.3
  7. 2015-02-11 21:19:49 2868 [Note] InnoDB: Not using CPU crc32 instructions
  8. 2015-02-11 21:19:49 2868 [Note] InnoDB: Initializing buffer pool, size = 1.0G
  9. 2015-02-11 21:19:49 2868 [Note] InnoDB: Completed initialization of buffer pool
  10. 2015-02-11 21:19:49 2868 [Note] InnoDB: Highest supported file format is Barracuda.
  11. 2015-02-11 21:19:49 2868 [Note] InnoDB: The log sequence numbers 40182862502 and 40182862502 in ibdata files do not match the log sequence number 82832948933 in the ib_logfiles!
  12. 2015-02-11 21:19:49 2868 [Note] InnoDB: Database was not shutdown normally!
  13. 2015-02-11 21:19:49 2868 [Note] InnoDB: Starting crash recovery.
  14. 2015-02-11 21:19:49 2868 [Note] InnoDB: Reading tablespace information from the .ibd files...
  15. 2015-02-11 21:19:51 2868 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace db_dtv/basetodoslosclientes_paso uses space ID: 2 at filepath: .\db_dtv\basetodoslosclientes_paso.ibd. Cannot open tablespace mysql/innodb_index_stats which uses space ID: 2 at filepath: .\mysql\innodb_index_stats.ibd
  16. InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibd
  17. InnoDB: We do not continue the crash recovery, because the table may become
  18. InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
  19. InnoDB: To fix the problem and start mysqld:
  20. InnoDB: 1) If there is a permission problem in the file and mysqld cannot
  21. InnoDB: open the file, you should modify the permissions.
  22. InnoDB: 2) If the table is not needed, or you can restore it from a backup,
  23. InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
  24. InnoDB: crash recovery and ignore that table.
  25. InnoDB: 3) If the file system or the disk is broken, and you cannot remove
  26. InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
  27. InnoDB: and force InnoDB to continue crash recovery here.
__________________
David Carrera González
Santiago de Chile
Analista de base de datos

Última edición por gnzsoloyo; 12/02/2015 a las 07:22 Razón: Corregir etiquetado