Plesk

MariaDB cannot start on Plesk server: redo log file exists

Symptoms

Cause

Obsolete redo log file preventing MariaDB from operating correctly.

Resolution

  1. Connect to the server via SSH.

  2. Move the ib_logfile files from /var/lib/mysql:

    # mv /var/lib/mysql/ib_logfile* /root/

  3. Start MariaDB:

    # systemctl start mariadb