everyone. I can’t remember my PHPMyAdmin root password in bitnami. I use Amazon Web Server.
I have searched in Google but I can’t anything.
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
2
Answers
If you have access to phpMyadmin config files you may find the password in
config.inc.php
in Authentication section. This file is on root of phpMyadmin folder.Bitnami Engineer here,
The credentials to use when accessing the database using phpMyAdmin are the same ones you need to use when accessing the database using the command line. phpMyAdmin does not have any configured credentials. In this case, if you didn’t change the default password we configure when you boot the instance for the first time, you would need to use the password that was shown in the boot log file or after running this command
You can learn more about the default credentials here: https://docs.bitnami.com/aws/faq/get-started/find-credentials/
Before trying to access the database using phpMyAdmin, please ensure all the services are running by typing this command in the command line