LEMP Stack Implementation
-
Installing MysQl server on virtual machine (sudo apt install mysql-server)

-
Setting password for root user in created database (ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'PassWord.1';)

-
Creating index.html file to test server block










