こんにちは。
xamppからMySQLを起動すると、以下のようなエラーメッセージが突然現れ、動かなくなってしまいました。
23:50:30 [mysql] This may be due to a blocked port, missing dependencies, 23:50:30 [mysql] improper privileges, a crash, or a shutdown by another method. 23:50:30 [mysql] Press the Logs button to view error logs and check 23:50:30 [mysql] the Windows Event Viewer for more clues 23:50:30 [mysql] If you need more help, copy and post this 23:50:30 [mysql] entire log window on the forums
そこで、エラーログを確認してみましたが、下記のようにログが出力されていました。
2019-09-30 23:50:28 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2019-09-30 23:50:28 0 [Note] InnoDB: Uses event mutexes 2019-09-30 23:50:28 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2019-09-30 23:50:28 0 [Note] InnoDB: Number of pools: 1 2019-09-30 23:50:28 0 [Note] InnoDB: Using SSE2 crc32 instructions 2019-09-30 23:50:28 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M 2019-09-30 23:50:28 0 [Note] InnoDB: Completed initialization of buffer pool 2019-09-30 23:50:28 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=1354642 2019-09-30 23:50:29 0 [Note] InnoDB: Starting final batch to recover 13 pages from redo log. 2019-09-30 23:50:29 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2019-09-30 23:50:29 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2019-09-30 23:50:29 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2019-09-30 23:50:29 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2019-09-30 23:50:29 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB. 2019-09-30 23:50:29 0 [Note] InnoDB: Waiting for purge to start 2019-09-30 23:50:29 0 [Note] InnoDB: 10.3.16 started; log sequence number 1603984; transaction id 9 2019-09-30 23:50:29 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool 2019-09-30 23:50:29 0 [Note] InnoDB: Buffer pool(s) load completed at 190930 23:50:29 2019-09-30 23:50:29 0 [Note] Plugin 'FEEDBACK' is disabled. 2019-09-30 23:50:29 0 [Note] Server socket created on IP: '::'.
このエラーをググってみましたが、該当の解決策がなかなか見つからず、ファイヤウォールを切ったり、MySQL関連のものをすべて許可したり、受信・送信規則を設定してみたりしましたが、改善されませんでした。
又、直近に新規でアプリを入れたり、データを入れることをしませんでしたが、最後に使った後にWindowsをアップデートさせました。
こういった状態ですが、エラーを解決し以前のように繋がって使いたいので、恐れ入りますがご教授をお願いいたします。
回答2件
あなたの回答
tips
プレビュー