It’s very easy to install MySQL on the Ubuntu server by using the below commands sudo apt update sudo apt install mysql-server sudo mysql_secure_installation For details follow the below steps 1st Step First, of all run the command sudo apt…
Category: Linux
How to Install LAMP stack in linux?
LAMP stack consist of four layers: Linux – which you clearly have. Apache– Its a Free & open source web server software. MySql – It is a relational Database system. Php – Most commonly used Server side language To install…
What Are Linux distros?
Linux an open-source Unix inspired Operating system. It is typically packaged in Linux Distribution. Disto is IT vernacular of Distribution There are several Distros available with having a huge community support Some of which are Debian After being release in…