Buenas!
Tengo una aplicación web en localhost, hecha con PHP + MySQL (levantada con XAMPP) muy sencillita, una base de datos donde llevo varios registros personales.
El problema es que ayer se fue la luz de casa y se apagó el ordenador y no hay manera de arrancar la base datos, me dice esto:
18:42:00 [mysql] Error: MySQL shutdown unexpectedly.
18:42:00 [mysql] This may be due to a blocked port, missing dependencies,
18:42:00 [mysql] improper privileges, a crash, or a shutdown by another method.
18:42:00 [mysql] Press the Logs button to view error logs and check
18:42:00 [mysql] the Windows Event Viewer for more clues
18:42:00 [mysql] If you need more help, copy and post this
18:42:00 [mysql] entire log window on the forums
Y el Log, tampoco es que de mucha información:
2023-10-03 18:41:59 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2023-10-03 18:41:59 0 [Note] InnoDB: Uses event mutexes
2023-10-03 18:41:59 0 [Note] InnoDB: Compressed tables use zlib 1.2.12
2023-10-03 18:41:59 0 [Note] InnoDB: Number of pools: 1
2023-10-03 18:41:59 0 [Note] InnoDB: Using SSE2 crc32 instructions
2023-10-03 18:41:59 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2023-10-03 18:41:59 0 [Note] InnoDB: Completed initialization of buffer pool
2023-10-03 18:41:59 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2023-10-03 18:41:59 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-10-03 18:41:59 0 [Note] InnoDB: Setting file 'E:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2023-10-03 18:41:59 0 [Note] InnoDB: File 'E:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2023-10-03 18:41:59 0 [Note] InnoDB: Waiting for purge to start
2023-10-03 18:41:59 0 [Note] InnoDB: 10.4.27 started; log sequence number 1327541; transaction id 5833
2023-10-03 18:41:59 0 [Note] InnoDB: Loading buffer pool(s) from E:\xampp\mysql\data\ib_buffer_pool
2023-10-03 18:41:59 0 [Note] Plugin 'FEEDBACK' is disabled.
2023-10-03 18:41:59 0 [Note] InnoDB: Buffer pool(s) load completed at 231003 18:41:59
2023-10-03 18:41:59 0 [Note] Server socket created on IP: '::'.
¿Tenéis alguna idea de como la puedo levantar?
¿Me recomendáis alguna alternativa para evitar esto?
Gracias!