変奏現実

パソコンやMMORPGのことなどを思いつくまま・・・記載されている会社名・製品名・システム名などは、各社の商標、または登録商標です。

この画面は、簡易表示です

2025年3月17日

[AlmaLinux]mariaDBが動かない

再起動したら・・・

巷では放置サイトでよく見かける

WordPressのDB接続エラーの画面

journalctl -xeu mariadb.serviceで状況を見ると

最初は

No process is using /var/lib/mysql/mysql.sock, which means it is a garbage, so it will be removed automatically.

と出ていたのでロック状態かなと思って削除してみるも動かない

Database MariaDB is probably initialized in /var/lib/mysql already, nothing is done.
If this is not the case, make sure the /var/lib/mysql is empty before running mariadb-prepare-db-dir.

状況が良く解らないから初期化してね?(怖いよ

ということでログ(/var/log/mariadb/mariadb.log)を見る

[ERROR] InnoDB: Cannot replay rename of tablespace 1122 from './{DB名}/#sql-alter-317-ec.ibd' to './{DB名}/wp_wpo_404_detector.ibd' because the target file exists
[ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption

というので、wp_wpo_404_detector.ibdを消したら、起動できた。

中身は空っぽだからいいか




top