MySQL startet nicht mehr

guygro66

Benutzer
Beiträge
6
Hallo, ich habe Probleme über xampp auf mein localhost zuzugreifen. MySQL lässt sich nicht starten. Wie kann ich das wieder reparieren?
Hier der error.log:

2021-04-28 12:56:12 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-04-28 12:56:12 0 [Note] InnoDB: Uses event mutexes
2021-04-28 12:56:12 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-04-28 12:56:12 0 [Note] InnoDB: Number of pools: 1
2021-04-28 12:56:12 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-04-28 12:56:12 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-04-28 12:56:12 0 [Note] InnoDB: Completed initialization of buffer pool
2021-04-28 12:56:12 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-04-28 12:56:12 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-04-28 12:56:12 0 [Note] InnoDB: Setting file 'E:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-04-28 12:56:12 0 [Note] InnoDB: File 'E:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-04-28 12:56:12 0 [Note] InnoDB: Waiting for purge to start
2021-04-28 12:56:12 0 [Note] InnoDB: 10.4.17 started; log sequence number 88626783; transaction id 50779
2021-04-28 12:56:12 0 [Note] InnoDB: Loading buffer pool(s) from E:\xampp\mysql\data\ib_buffer_pool
2021-04-28 12:56:12 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-04-28 12:56:12 0 [Note] InnoDB: Buffer pool(s) load completed at 210428 12:56:12
2021-04-28 12:56:12 0 [Note] Server socket created on IP: '::'.
 
Werbung:
Das Problem ist, dass MySQL gar nicht mehr startet.

Wenn ich das versuche, erscheint die folgende Fehlermeldung:
Warning: session_start(): Failed to read session data: user (path: E:\xampp\tmp) in E:\xampp\htdocs\mpf6x\libraries\joomla\session\handler\native.php on line 260
Error: Failed to start application: Failed to start the session

Die Windows Ereignisanzeige sagt:
Fatal error: Can't open and lock privilege tables: Table '.\mysql\db' is marked as crashed and last (automatic?) repair failed
Wie kann ich denn die DB reparieren, wenn ich auch als Admin nicht reinkomme?
 
Werbung:
Zurück
Oben