DSP Credentials in AWS (Bitnami)

Hi

I already use a Bitnami Package in AWS EC2

Which are the credentials for the native MySQL database of DSP?

Where i can find these credentials?

I want to use a phpAdmin or any other client to access the Databases Tables

Thank you in advance

This link might help you:- https://wiki.bitnami.com/Components/MySQL#How_to_connect_to_the_MySQL_database.3f

The default password for MySQL root user in Virtual Appliances and AMIs is "bitnami"
The default password for MySQL root user in BitNami Cloud Hosting is the same that you set in the administration panel.
The default password for MySQL root user in a BitNami Magento stack is “bitnami1”

1 Like

In your Bitnami install go to htdocs/config/database.config.php and you will se the connection string and credentials for the local MySQL database.

Thank you so much praveen and toddappleton