

- #Install apache mysql phpmyadmin ubuntu 18.04 how to
- #Install apache mysql phpmyadmin ubuntu 18.04 install
- #Install apache mysql phpmyadmin ubuntu 18.04 update
- #Install apache mysql phpmyadmin ubuntu 18.04 password
So, you can set your phpmyadmin access password here: 6.2 – Configure phpmyadmin in ubuntu ec2 Select the Yes option here.Īfter that, password configuration is appear on your terminal screen. The next option is to configure the database for PHPMyAdmin with dbconfig-common. Then press Tab key that takes us to the Ok button. Use space bar to select apache2 web server.

When the first option is appear, you need to select apache2. Then the selective option available for you on the prompt look like folloiwng:
#Install apache mysql phpmyadmin ubuntu 18.04 install
Open your ssh terminal and type the following command to install PHPMyAdmin on ubuntu amazon ec2 web server: sudo apt install phpmyadmin Step 6 – Install, Configure and Access phpMyAdmin 6.1 – Installing phpmyadmin on amazon ec2 ubuntu Now, you need to configure dir.conf file by using the following sudo nano command: sudo nano /etc/apache2/mods-enabled/dir.confĭirectoryIndex index.php index.html index.cgi index.xhtml index.htm So open your ssh terminal and type the following command: sudo apt-get install php libapache2-mod-php php-mysql php-curl php-gd php-json php-zip php-mbstring 5.2 – Edit dir.conf FileĪfter successfully installed PHP on ubuntu amazon ec2 instance. Now, install PHP with it’s common extensions. Now, Type exit on ssh terminal to get out of MySql: exit Step 5 – Install PHP 7.3 5.1 – Install PHP and Common Extensions Password is the same that was set in the previous step.

The above command will ask for the password.

#Install apache mysql phpmyadmin ubuntu 18.04 update
Step 3 – Install Apache 2 on ubuntu 18.04 3.1 – Update Ubuntu System Repositories sudo apt update 3.2 – Update Ubuntu System Repositories sudo apt install apache2 3.3 – List the UFW application profiles sudo apt install apache2 3.4 – sudo ufw allow ‘Apache Full’ sudo ufw allow 'Apache Full' 3.5 – Verify that the Apache service is running sudo systemctl status apache2 3.6 – Open Browser and type EC2 intance IPįinally, open your browser and type your AWS ec2 instance IP address. So you can read this tutorial “How to Connect to ec2 Instance From Putty and SSH Terminal” to connect your ec2 instance from ssh. If you are new to connect aws ec2 instance with windows, ubuntu and mac system. In this step, you need to connect your aws ec2 instance from ssh terminal. Step 2 – Connecting your AWS EC2 Instance from SSH
#Install apache mysql phpmyadmin ubuntu 18.04 how to
Otherwise you need to read this tutorial “ how to launch ec2 instance in aws step by step“ for launch aws ec2 instance. If you have already launch new ec2 instance, so you can move next step.
