Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I login to PHPMyAdmin on AWS Lightsail?

I just set up an AWS Lightsail account and chose the LAMP installation, provided by Bitnami.

According to the Bitnami documentation, to connect to PHPMyAdmin, you create an SSH tunnel and browse to the path giving. Great, I can see the login page, but where do I get the credentials?

To log in, use username root for MySQL and the application password from the detail page for your cloud server.

What password are they talking about?

It is not the password to login to my AWS Console. Nor is it, as some threads on the Bitnami site suggest, bitnami or bitnami1.

Anyone what what password the service is looking for?

like image 344
mmcglynn Avatar asked Apr 20 '17 15:04

mmcglynn


People also ask

How do I open phpMyAdmin in AWS Lightsail?

Click the “Open” button to open an SSH session to the server. The SSH session will now include a secure SSH tunnel between the two specified ports. Access the phpMyAdmin console through the secure SSH tunnel you created, by browsing to http://127.0.0.1:8888/phpmyadmin.

How do I connect to AWS Lightsail MySQL database?

Step 1: Get your MySQL database connection detailsSign in to the Lightsail console. On the Lightsail home page, choose the Databases tab. Choose the name of the database that you want to connect to. On the Connect tab, under the Endpoint and port section, note the endpoint and port information.

How do I access my phpMyAdmin?

Once phpMyAdmin is installed point your browser to http://localhost/phpmyadmin to start using it. You should be able to login using any users you've setup in MySQL. If no users have been setup, use admin with no password to login.


2 Answers

The password is found by connecting to server via SSH and running the command cat bitnami_application_password.

like image 152
mmcglynn Avatar answered Oct 02 '22 13:10

mmcglynn


  • Username: root (it's default)
  • Password: MnQERJ8gcHkQ (Like this) .Connect to Bitnami Lightsail through SSH on Lightsail Dashboard to access the command line tool. Using cat bitnami_application_password to get the password, this is the same with the password you access to Wordpress (based on Lightsail) in the first time.
like image 44
Huu Phong Nguyen Avatar answered Oct 02 '22 13:10

Huu Phong Nguyen