How to Change a Default MySQL/MariaDB Data Directory in Linux
After installing the components of a LAMP stack on a CentOS/RHEL 7 server, there are a couple of things you
After installing the components of a LAMP stack on a CentOS/RHEL 7 server, there are a couple of things you
In a previous tutorial, we have showed you how to install MariaDB 10 in CentOS 7. In this guide, we
If you’re installing MySQL or MariaDB in Linux for the first time, chances are you will be executing mysql_secure_installation script
If you are setting up a MySQL or MariaDB database server for the first time, chances are you will be
MariaDB is a free and open source fork of well known MySQL database management server software, developed by the brains
MariaDB is a free and open source fork of the popular MySQL database management server software. It is developed under
This is the second part of a 2-article series about the essentials of MariaDB / MySQL commands. Please refer to
In this article we will show how to create a database (also known as a schema), tables (with data types),
A database server is an critical component of the network infrastructure necessary for today’s applications. Without the ability to store,
Even when some IT people hear the phrase “Database replication“, they often associate it with the need of having multiple
MariaDB is a famous MySQL community fork that gained lots of popularity after Oracle acquisition of the MySQL project. On