Akhil Dev

Akhil Dev

MySQL

Install MariaDB on Ubuntu 18.04 1_akhil-dev

How To Install MariaDB on Ubuntu 18.04

Introduction How To Install MariaDB on Ubuntu 18.04. MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP The short version of this installation guide consists of these three steps: Update your package index using apt Install the mariadb-server package using apt. The package also pulls in related tools …

How To Install MariaDB on Ubuntu 18.04 Read More »

Install WordPress on Ubuntu 18.04 Using LAMP Stack 1_akhil-dev

How to Install WordPress on Ubuntu 18.04 Using LAMP Stack

Install and Configure Apache 2 LAMP uses Apache web server 2, which is popular and widely used. You can install Apache using Ubuntu’s package manager, as shown below: sudo apt update sudo apt install apache2 These commands require you to provide passwords. Press Y on the command prompt and hit ENTER to continue the installation. UFW firewall is available …

How to Install WordPress on Ubuntu 18.04 Using LAMP Stack Read More »

Install MySQL on Ubuntu 18.04 1_akhil-dev

How To Install MySQL on Ubuntu 18.04

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. The short version of the installation is simple: update your package index, install the mysql-server package, and then run the included security script. sudo apt update …

How To Install MySQL on Ubuntu 18.04 Read More »