Bitnami AWS MySql root login
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
Read More...