Tag: mysql

This article will show you how to create read-only user in MySQL. In which case do you need to use user read-only in MySQL? Normally in monitor systems, at the dashboard, you only need to use a read-only user. This user will read data from the database and display information to the dashboards. Commands to

How to install MariaDB 10.3 in Debian 8 Jessie. This article will guide you step by step to do that. Add MariaDB repository to the server You execute the commands below to add MariaDB repository to the server. Note that all of the following commands use the root user privilege. First, install packages that need

In this article, I will guide you step by step to install MariaDB 10.3 in Debian 9. The installation steps have been tested in Debian 9 (Stretch). Add MariaDB repository to the server First, we need to install some dependencies. # apt update && apt-get install software-properties-common dirmngr -y Next, we add the key of

This article will show you how to install MariaDB 10.2 in Ubuntu 16.04. MariaDB supports repository for operating systems based Redhat and Debian . Add MariaDB repository MariaDB has a page, allowing you to choose the repository that fits your OS. You can access this link to get the configuration for Ubuntu 16.04. Or you

In this article, I will show you how to install MariaDB 10.2 on CentOS 6. Server requirements Here are the minimum requirements for the server, I have used a virtual server with such requirements. OS: CentOS 6.9 (Final) 64 bit RAM: minimum 1GB memory HDD: over 5GB free space. Maybe you need more for store

This article will walk you through how to install MariaDB 10.2 in CentOS 7. MariaDB is an improved version of MySQL. By default, when you install MariaDB in CentOS 7, it will install version 5.5. Server requirements Here is the minimum configuration required that I use. OS: CentOS 7.4.1708 (Core) 64 bit. RAM: over 1GB