I\'m trying to connect to phpmyadmin through my Public DNS and I can\'t seem to get it to work.
I\'ve tried following these directions:
Can\'t Access PHPMyA
I faced the same issue. Though I was able to access phpMyAdmin by using the following steps
SSH to the server using the following command
ssh -N -L 8888:127.0.0.1:80 -i YourPemFile.pem bitnami@YourServerIP
Then open the following link in your browser
http://127.0.0.1:8888/phpmyadmin
You will see the following page
Now just use root and the default wordpress password to login.