Install MariaDB 10.8 on Ubuntu 20.04
Follow through this guide to learn how to install MariaDB 10.8 on Ubuntu 20.04. MariaDB 10.8.2 is the current RC release version of MariaDB.
Install MariaDB 10.8 on Ubuntu 20.04
To install MariaDB 10.8 on Ubuntu 20.04;
(DO NOT USE RC RELEASES IN PRODUCTION yet)
Install MariaDB APT Repositories
To install MariDB APT repos, head over to MariaDB repositories site to choose your mirrors.
Next, execute the...
Install LEMP Stack on Ubuntu 22.04
Welcome to our tutorial on how to install LEMP stack on Ubuntu 22.04. LEMP Stack is a group of open source tools commonly used for developing and deploying web applications. It consists of the Linux Operating System (Ubuntu 22.04 in this case), lightweight and powerful Nginx (Engine-X) web server, MySQL/MariaDB RDBMS and the server-side scripting language, PHP.
Install and Setup LEMP Stack...
Install MariaDB 10.7 on Ubuntu 20.04
Follow through this guide to learn how to install MariaDB 10.7 on Ubuntu 20.04. MariaDB 10.7.3 is the current stable release version of MariaDB.
Install MariaDB 10.7 on Ubuntu 20.04
To install MariaDB 10.7 on Ubuntu 20.04;
Install MariaDB APT Repositories
To install MariDB APT repos, head over to MariaDB repositories site to choose your mirrors.
Next, execute the commands below to install MariaDB APT repos...
Install LEMP Stack on Rocky Linux 8
This guide describes a step by step tutorial on how to install LEMP stack on Rocky Linux 8.
LEMP stack is a group of opensource web development softwares;
Linux OS, Rocky Linux 8, in this case.Nginx HTTP server,MariaDB/MySQL relational database management systemsPHP web scripting language
Install LEMP Stack on Rocky Linux 8
Run system package update.
dnf update
Install Rocky Linux 8 Linux System
In this case, the first...
Install MariaDB 10.3 on Fedora 30
Welcome to our guide on how to install MariaDB 10.3 on Fedora 30. MariaDB is an open-source relational database which comes as an enhanced drop-in replacement for the famous MySQL. It is fast, robust and scalable with a rich ecosystem of storage engines, plugins etc making it very versatile for most use cases.
Install MariaDB 10.3 on Fedora 30
MariaDB 10.3...
Install MongoDB 4 on Fedora 30/29/CentOS 7
In this guide, we are going to learn how to install MongoDB 4 on Fedora 30/29/CentOS 7. MongoDB is a free-to-use cross-platform document-oriented database program. It is classified as a NoSQL database and thus it stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time.
Installing MongoDB 4...
Install MySQL 8 on Rocky Linux 8
Want to learn how to install MySQL 8 on Rocky Linux 8? Follow the simple steps provided in this guide.
Read about what is new in MySQL 8 on its manual reference page.
Install MySQL 8 on Rocky Linux 8
MySQL 8 is available on the Rocky Linux 8 AppStream repos for installation. The AppStream repos are enabled by default.
dnf whatprovides mysql-server
mysql-server-8.0.21-1.module+el8.3.0+242+87d3366a.x86_64...
Install Couchbase Server on Debian 11/Debian 10
In this tutorial, you will learn how to install Couchbase Server on Debian 11/Debian 10. According to the documentation, Couchbase Server is an open source, distributed, JSON document database. It exposes a scale-out, key-value store with managed cache for sub-millisecond data operations, purpose-built indexers for efficient queries, and a powerful query engine for executing SQL-like queries.
Install Couchbase Server on...
Install phpMyAdmin with Nginx on Debian 10 Buster
Let us learn how to install phpMyAdmin with Nginx on Debian 10 Buster. phpMyAdmin is used to administer MySQL and MariaDB over the web.
Install phpMyAdmin with Nginx on Debian 10 Buster
Prerequisites
Install LEMP Stack on Debian 10 Buster
As a prerequisite of running phpMyAdmin with Nginx, you need to have installed and setup LEMP Stack on Debian 10 Buster. If you have...
Install MySQL 8 on Fedora 30/Fedora 29
Welcome to our guide on how to install MySQL 8 on Fedora 30/Fedora 29. Check what is new in MySQL 8 for a number of features that it brings about.
Install MySQL 8 on Fedora 30/Fedora 29
Before you can begin your installation, run system update to resynchronize packages to their latest versions.
dnf update
dnf upgrade
Add MySQL YUM Repository
To install MySQL 8...