前提・実現したいこと
phpMyAdminをMAMPで開きたい
発生している問題・エラーメッセージ
MAMPを起動しTOOLSからphpMyAdminを開こうとすると以下のエラーメッセージが表示されます。
※MAMPのトップページではMySQLのUser欄に”Notice: Undefined index: user in /Applications/MAMP/bin/mamp/index.php on line 343”と表示されています。
MySQL
1 2Cannot connect: invalid settings. 3mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES) 4phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. 5 6### 該当のソースコード 7 8```ここに言語名を入力 9ソースコード
試したこと
エラーメッセージからパスワードとユーザー名の問題かと思いエラーメッセージで調べたりMAMPフォルダ内のconfフォルダ内のphp.iniやbinフォルダ内のindex.phpも見ましたがいまいち解決方法がわからずphpMyAdminを開ませんでした。
ここに問題に対して試したことを記載してください。
MAMPのWebページのTOOLSからphpMyAdminを開きたい。
補足情報(FW/ツールのバージョンなど)
MacOS:catalina ver10.15.6
php:ver7.4.2