access phpMyAdmin to connect to an AWS

How to access phpMyAdmin for Amazon EC2 / Lightsail LAMP stack?

For obvious security reasons, phpMyAdmin can only be accessed via the local system, through 127.0.0.1. However, when we are setting up a new stack, we need to access the database, and accessing the MySql database via the console isn’t always the most time-saving way of doing it. Thankfully, we can connect to a remote MySql …

How to access phpMyAdmin for Amazon EC2 / Lightsail LAMP stack? Read More »