MariaDB is a free and community-developed relational database system that is a compatible drop-in replacement for the hugely popular MySQL database management system. It was forked from MySQL after the original developers of MySQL expressed their misgivings with the acquisition of MySQL by Oracle. Since then, MariaDB is guaranteed to remain free and open source
MariaDB Tips - DesignLinux
How To Create a New User and Grant Permissions in MySQL
MySQL is a popular and widely used database management system that stores and organizes data and allows users to retrieve it. It comes with a vast array of options that grant users certain permissions to tables and databases. In this guide, you will learn how to create a new user and grant permissions in the
How to Install MariaDB on CentOS 8
MariaDB is an open-source, community-developed relational database management system. It is forked from MySQL and created and maintained by the developers who created MySQL. MariaDB is intended to be highly compatible with MySQL but new features have been added to MariaDB like new storage engines (Aria, ColumnStore, MyRocks). In this article, we will take a
How to Fix ERROR 1130 (HY000): Host is not allowed to connect to this MySQL server
In this quick article, you will learn how to solve the “ERROR 1130 (HY000): Host x.x.x.x is not allowed to connect to this MySQL server” error in MySQL/MariaDB database deployment on a Linux system. This is one of the common remote database connection errors encountered by users. Test Environment: Application Server IP: 10.24.96.5 Database Server
What is MariaDB? How Does MariaDB Work?
MariaDB, a fork of MySQL is one of the most popular open-source SQL (Structured Query Language) relational databases management systems, made by the original developers of MySQL. It is designed for speed, reliability, and ease of use. It is the default MySQL type database system in the standard repositories of most if not all major