前提・実現したいこと
・xamppを使用しているのですが、コントロールパネルから「adminボタン」を押してphpMyadminを開こうとしてもエラーになってしまいます。
・ブラウザのURL欄からlocalhost:81/phpmyadmin と入力してみましたが同じく「PHPADMINへようこそ アクセスが拒否されました!」と表示されます。
・エラーメッセージは何も表示されません。
この文字の部分もコピーできるように貼り付けておきます。
20:50:15 [main] Control Panel Version: 3.2.4 [ Compiled: Jun 5th 2019 ] 20:50:15 [main] You are not running with administrator rights! This will work for 20:50:15 [main] most application stuff but whenever you do something with services 20:50:15 [main] there will be a security dialogue or things will break! So think 20:50:15 [main] about running this application with administrator rights! 20:50:15 [main] XAMPP Installation Directory: "c:\users\teikyo\documents\xampp\" 20:50:15 [main] Checking for prerequisites 20:50:16 [main] All prerequisites found 20:50:16 [main] Initializing Modules 20:50:16 [Apache] XAMPP Apache is already running on port 81 20:50:17 [Apache] XAMPP Apache is already running on port 443 20:50:17 [main] Starting Check-Timer 20:50:17 [main] Control Panel Ready 20:50:25 [mysql] Attempting to start MySQL app... 20:50:25 [mysql] Status change detected: running 21:14:26 [mysql] Attempting to stop MySQL app... 21:14:27 [mysql] Status change detected: stopped 21:14:28 [mysql] Attempting to start MySQL app... 21:14:29 [mysql] Status change detected: running 21:57:46 [mysql] Attempting to stop MySQL app... 21:57:47 [mysql] Status change detected: stopped 21:57:50 [mysql] Attempting to start MySQL app... 21:57:50 [mysql] Status change detected: running
発生している問題・エラーメッセージ
とりあえずコントロールパネル内の「logsボタン」を押し、記載されていたログを貼っておきます
InnoDB: using atomic writes. 2020-06-18 21:57:50 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2020-06-18 21:57:50 0 [Note] InnoDB: Uses event mutexes 2020-06-18 21:57:50 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2020-06-18 21:57:50 0 [Note] InnoDB: Number of pools: 1 2020-06-18 21:57:50 0 [Note] InnoDB: Using SSE2 crc32 instructions 2020-06-18 21:57:51 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M 2020-06-18 21:57:51 0 [Note] InnoDB: Completed initialization of buffer pool 2020-06-18 21:57:51 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300387 2020-06-18 21:57:51 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2020-06-18 21:57:51 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2020-06-18 21:57:51 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-06-18 21:57:51 0 [Note] InnoDB: Setting file 'C:\Users\teikyo\Documents\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-06-18 21:57:51 0 [Note] InnoDB: File 'C:\Users\teikyo\Documents\xampp\mysql\data\ibtmp1' size is now 12 MB. 2020-06-18 21:57:51 0 [Note] InnoDB: 10.4.13 started; log sequence number 300396; transaction id 171 2020-06-18 21:57:51 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\teikyo\Documents\xampp\mysql\data\ib_buffer_pool 2020-06-18 21:57:51 0 [Note] Plugin 'FEEDBACK' is disabled. 2020-06-18 21:57:51 0 [Note] Server socket created on IP: '::'.
試したこと
・ポートを重複していないか確認してみました。しかしその後重なっていないことを確認しましたがポート番号を変更しました。(3304にしました)
・xamppの再起動
補足情報(FW/ツールのバージョンなど)
・ブラウザはGooglechromeを使用
・socket="C:/Users/teikyo/Documents/xampp/mysql/mysql.sock"
・その他何か必要なものがあれば教えてください。
回答2件
あなたの回答
tips
プレビュー