Member-only story
Connect to AWS RDS MySQL Using phpMyAdmin With AWS Lightsail Ubuntu
Learn how to access the MySQL using PhpMyAdmin from AWS Lightsail server in step by step tutorial.
In this article, you will learn how to access MySQL(AWS RDS) using phpMyAdmin. Previously we have seen how to setup the AWS RDS MySQL. PhpMyAdmin is a very popular tool for connecting with MySQL. Php developers love the PhpMyAdmin. PhyMyAdmin is a web application and open-source software. You can access the tables and structures with a single click.
The sample screenshot shows how PhpMyAdmin looks.
You can connect with AWS RDS MySQL using many tools. In this article, I picked PhpMyAdmin. All the codes in this article is test with Ubuntu OS. And I used AWS Lightsail Ubuntu server to test all the codes this article. So this demo is performed on AWS Lighstsail cloud server. Windows and Mac user please skip this article.
Let’s see in a step-by-step tutorial.
Install PHP
You need PHP to use PhpMyAdmin. Installing PHP is very simple. Here all the codes are tested using Ubuntu OS in AWS. If you are a Windows or Mac user then please skip…