Ch-1 Aws Cloud – host php mysql website on aws ec2 in hindi | http to https aws | free ssl



Ch-1 Aws Cloud – host php mysql website on aws ec2 in hindi | http to https aws | free ssl

Ch-1 Aws Cloud - host php mysql website on aws ec2  in hindi | http to https aws | free ssl

Be an Expert Full Aws Cloud Course
https://wapinstitute.com/aws-cloud
9472395194

— * Used Commands *–
1. update apt
sudo apt-get update

2. install mysql
sudo apt-get install mysql-server

3. mysql secure installation
sudo mysql_secure_installation

4. install apache
sudo apt-get install apache2

5. install php
sudo apt-get install php libapache2-mod-php

6. restart apache
sudo systemctl restart apache2

7. install phpmyadmin
sudo apt-get install phpmyadmin php-mbstring php-gettext

8. fix if php myadmin not work
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin.conf
sudo systemctl restart apache2

9. enable file permission
sudo chown ubuntu /var/www/html

10. change phpmyadmin password
ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘new_password’;

—* Timestamps *—
00:00 how to signup on aws cloud
04:10 setup aws ec2 for php website hosting
15:43 connect godaddy domain to aws ec2 hosting
18:59 http to https redirect aws get free ssl
21:08 setup phpmyadmin on aws ec2

—* Video keywords *—
how to install php on linux ubuntu debian aws ec2 cloud in hindi,
how to install mysql and mysql secure on linux ubuntu debian aws ec2 cloud in hindi,
how to install phpmyadmin on linux ubuntu debian aws ec2 cloud in hindi,
how to host php website on aws ec2 linode digital ocean vultr in hindi,
how to take free ssl certificate in aws ec2 linode cloud digital ocean in hindi,
http to https redirect in aws ec2 liinode cloud digital ocean,
how to change mysql mariadb password on aws ec2 ubuntu linux debian digital ocean linode cloud,
aws cloud full tutorial in hindi,
digital ocean full cloud tutorial in hindi,
linode cloud hosting tutorial in hindi,
best cloud service provider in hindi,
http to https redirect on ec2 hindi,
how to take free ssl certificate on aws ec2 in hindi,
how to install certbot on ubuntu aws in hindi,

Comments are closed.