先日、MAMPのphpAdminを使ってデータベースを作成していたところ、操作ミスでユーザー管理を全て削除してしまいました。そこからデータベースにアクセスが出来なくなりました。
MAMPからphpmyadminを開くと
エラー文は
MYSQL said:
Cannot connect: invalid setting
mysqli_real_ connect()
(HY000/1045):Access denied for user 'root'@'localhost' (using password: YES)
phpMyAdmin 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.
と表示されます。
https://hit.hateblo.jp/entry/2016/05/23/183341
https://blog.ashija.net/2019/02/21/post-3816/
こちらのサイトを参考にさせてもらいましたが、いまいち解決ができません。
環境は
macOS
バージョン10.15です。
解決方法を教えてください、よろしくお願いします。