Ankündigung

Einklappen
Keine Ankündigung bisher.

MySQL Server startet nicht mehr

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • MySQL Server startet nicht mehr

    Liebes PHP.de-Forum,

    Als ich heute meinen MySQL Server über XAMPP starten wollte (was früher super geklappt hat), bekam ich auf einmal folgende Fehlermeldung:

    Code:
    14:31:59  [mysql]     Versuche MySQL zu starten...
    14:32:00  [mysql]     Statusänderung erkannt: gestartet
    14:32:06  [mysql]     Statusänderung erkannt: gestoppt
    14:32:06  [mysql]     Fehler: MySQL wurde unerwartet beendet
    14:32:06  [mysql]     Ursache könnte ein geblockter Port, fehlende Abhängigkeiten,
    14:32:06  [mysql]     fehlende Berechtigungen, ein Absturz oder ein Abbruch einer anderen Methode sein.
    14:32:06  [mysql]     Drücke den Logs Button um error logs zu sehen und prüfe
    14:32:06  [mysql]     im Windows Event Viewer für weitere Hinweise
    14:32:06  [mysql]     Wenn du weitere Hilfe benötigst, kopiere den kompletten Inhalt des Log Fensters
    14:32:06  [mysql]     und füge ihn als Ergänzung in einem neuen Forum Eintrag hinzu.
    Ich habe nachgeschaut, ob der Port evtl. blockiert ist, aber nein. Hier ist der Log vom MySQL Server:

    Code:
    InnoDB: using atomic writes.
    2020-07-30 14:32:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
    2020-07-30 14:32:00 0 [Note] InnoDB: Uses event mutexes
    2020-07-30 14:32:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
    2020-07-30 14:32:00 0 [Note] InnoDB: Number of pools: 1
    2020-07-30 14:32:00 0 [Note] InnoDB: Using SSE2 crc32 instructions
    2020-07-30 14:32:00 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
    2020-07-30 14:32:00 0 [Note] InnoDB: Completed initialization of buffer pool
    2020-07-30 14:32:00 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
    2020-07-30 14:32:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables
    2020-07-30 14:32:00 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
    2020-07-30 14:32:00 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
    2020-07-30 14:32:00 0 [Note] InnoDB: Waiting for purge to start
    2020-07-30 14:32:00 0 [Note] InnoDB: 10.4.11 started; log sequence number 1599362; transaction id 1056
    2020-07-30 14:32:00 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
    2020-07-30 14:32:00 0 [Note] Plugin 'FEEDBACK' is disabled.
    2020-07-30 14:32:00 0 [Note] InnoDB: Buffer pool(s) load completed at 200730 14:32:00
    2020-07-30 14:32:00 0 [Note] Server socket created on IP: '::'.
    Wisst Ihr vielleicht, worum es sich handelt?

    Vielen Dank im Voraus.

  • #2
    Schon mal versucht Xampp neu zu installieren?

    Kommentar


    • #3
      https://stackoverflow.com/questions/...start/53900550

      Kommentar


      • #4
        protestix Vielen Dank! Es hat funktioniert!

        Kommentar

        Lädt...
        X