前提・実現したいこと
xampp for windows バージョン7.4.7
Apacheは問題なく起動。MySQLのみ数秒でシャットダウンしてしまう。
発生している問題・エラーメッセージ
以下mysql_errorlog
InnoDB: using atomic writes. 2020-08-08 20:38:52 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2020-08-08 20:38:52 0 [Note] InnoDB: Uses event mutexes 2020-08-08 20:38:52 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2020-08-08 20:38:52 0 [Note] InnoDB: Number of pools: 1 2020-08-08 20:38:52 0 [Note] InnoDB: Using SSE2 crc32 instructions 2020-08-08 20:38:52 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M 2020-08-08 20:38:52 0 [Note] InnoDB: Completed initialization of buffer pool 2020-08-08 20:38:52 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288 2020-08-08 20:38:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2020-08-08 20:38:53 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2020-08-08 20:38:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-08-08 20:38:53 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-08-08 20:38:53 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB. 2020-08-08 20:38:53 0 [Note] InnoDB: Waiting for purge to start 2020-08-08 20:38:53 0 [Note] InnoDB: 10.4.13 started; log sequence number 300297; transaction id 171 2020-08-08 20:38:53 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool 2020-08-08 20:38:53 0 [Note] Plugin 'FEEDBACK' is disabled. 2020-08-08 20:38:53 0 [Note] Server socket created on IP: '::'. 2020-08-08 20:38:53 0 [Note] InnoDB: Buffer pool(s) load completed at 200808 20:38:53 2020-08-08 20:39:23 0 [ERROR] Can't start server: listen() on TCP/IP port: アクセス許可で禁じられた方法でソケットにアクセスしようとしました。 2020-08-08 20:39:23 0 [ERROR] listen() on TCP/IP failed with error 203 2020-08-08 20:39:23 0 [ERROR] Aborting
試したこと
再インストール・バージョンを変えて再インストール
→7.4.8 7.3.20 7.2.32すべて試したがダメ
por番号の変更・netstatで競合しているport番号とpidの特定
→そもそもport:3306を他で使用していない
他で起動しているMySQLのタスクをキル
→そもそも他でMySQLを使用していない
dataフォルダを削除してbackupフォルダの中身を全てdataフォルダにコピー
→解決せず
お手上げ状態です。
良しくお願いいたします....。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。