I am trying to log in using PHP and using PHPMyAdmin, but I can only log in using my root account. It doesn't matter what permissions the other account has, I just cannot log in to it, even if it has all the permissions. I am using Apache24 as web server.
Error message:
mysqli_real_connect(): (HY000/1045): Access denied for user 'noah'@'localhost' (using password: YES)
I have tried so many of the solutions I could find on Google, but not a single one is relevant to my situation, not did it help solve anything.
I have not edited any configuration files, except my PHP files to include all the extensions in there. So I already have mysqli there too.
Note: I also get the following error at the same time on the same screen: PHP was built without openssl extension, can't send password encrypted