Browsing tag

mysql

Install LEMP Stack (Nginx, MariaDB, PHP) on Ubuntu 22.04

The LEMP stack, which stands for Linux, Nginx web server, MariaDB/MySQL database server, and PHP, is the perfect technology stack to host traffic-intensive websites and applications. This LEMP stack is an alternative to the LAMP stack that uses Apache as a web server instead of Nginx. In this post, we will see how to install […]

Install LAMP Stack (Apache, MariaDB, PHP) on Ubuntu 22.04

LAMP stack ( Linux, Apache, MariaDB / MySQL, and PHP) is the most widely used software technology stack used by hosting companies to host websites and blogs. In addition, this stack is commonly used to deploy content management systems such as WordPress, Drupal, Joomla, etc. Here, we will see how to install LAMP stack on […]

How to Install MySQL 8.0 on Fedora 35 / Fedora 34

MySQL is a free database management system commonly used in web applications to store and retrieve records and information. It was initially developed by MYSQL AB, now owned by Oracle Corporation. MySQL was the primary database in Linux operating system until MariaDB, a fork of MySQL, came into the picture. Here, we will see how […]

How To Install Nginx, MariaDB, PHP (LEMP Stack) on Debian 11

The LEMP stack, which stands for Linux (the operating system), Nginx (the webserver), MariaDB/MySQL (the database), and PHP (the programming language), is the perfect platform to host traffic-intensive dynamic websites and applications. In this post, we will see how to Install LEMP Stack on Debian 11. Prerequisites To install the LEMP stack on Debian 11, […]

How To Install MySQL 8.0 / 5.7 on Debian 11 / Debian 10

MySQL is one of the most widely used relational database management systems in the world. It is free software licensed under the GPL (General Public License). A Swedish company, MySQL AB, originally developed MySQL. Now it is owned and developed by the Oracle Corporation. In this article, we will see how to Install MySQL on […]