Default login information saves to file : /opt/bitnami/bitnami_credentials
Open the file and get the password.
Connect via SSH
ssh -i /path/of/key.pem bitnami@[IP-ADDRESS]
Login to mysql
mysql -u root -p
Enter the password you got from bitnami_credentials
Now you are logged in as root user into mysql database.