前提・実現したいこと
前日まで動いていたMySqlが今日になって、起動しなくなってしまいました。
検索により、dataのfile1を削除するという対策を見つけたのですが、記録を削除するのは抵抗があり・・・
前日にサーブレットよりDBという合わせをして、INSERT登録を行っていたので、クエリに問題があったために引き起こされたエラーではとも思っています。
よろしくお願いします。補足情報必要であれば追加します。よろしくお願いします。
発生している問題・エラーメッセージ
XAMPPのコントロールパネル
10:18:34 [mysql] Error: MySQL shutdown unexpectedly. 10:18:34 [mysql] This may be due to a blocked port, missing dependencies, 10:18:34 [mysql] improper privileges, a crash, or a shutdown by another method. 10:18:34 [mysql] Press the Logs button to view error logs and check 10:18:34 [mysql] the Windows Event Viewer for more clues 10:18:34 [mysql] If you need more help, copy and post this 10:18:34 [mysql] entire log window on the forums
ログファイル
2020-08-04 10:18:29 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2020-08-04 10:18:29 0 [Note] InnoDB: Uses event mutexes 2020-08-04 10:18:29 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2020-08-04 10:18:29 0 [Note] InnoDB: Number of pools: 1 2020-08-04 10:18:29 0 [Note] InnoDB: Using SSE2 crc32 instructions 2020-08-04 10:18:29 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M 2020-08-04 10:18:29 0 [Note] InnoDB: Completed initialization of buffer pool 2020-08-04 10:18:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2020-08-04 10:18:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-08-04 10:18:30 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-08-04 10:18:30 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB. 2020-08-04 10:18:30 0 [Note] InnoDB: Waiting for purge to start 2020-08-04 10:18:30 0 [Note] InnoDB: 10.4.11 started; log sequence number 692075; transaction id 627 2020-08-04 10:18:30 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool 2020-08-04 10:18:30 0 [Note] Plugin 'FEEDBACK' is disabled. 2020-08-04 10:18:30 0 [Note] Server socket created on IP: '::'.
補足情報(FW/ツールのバージョンなど)
eclipse version 4.16.0.v20200604-0951
java version "14.0.1"
tomcat9
mysql
mysql-connector-java-8.0.21.jar
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。