my project opens normally, but when I want to open the database in phpMyadmin, it says:
mysqli::real_connect(): (HY000/1045): Access denied for user 'examplee'@'localhost' (using password: YES)
I have added my own login and password on the .env file which does not run on phpMyadmin.
I tried to change config.inc.php and changed the login and password there to the one that was defined in the .env file, but it didn’t work anyway, changed host 127.0.0.1 to localhost, but that didn’t help either.
please help. As I understand it, this is probably a simple problem. I'm new in this area, and please explain a little bit in detail ..))
Thanks a lot....