MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL. In addition, it is developed by some of the original developers of MySQL and by…
MariaDB
-
-
MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL. In addition, it is developed by some of the original developers of MySQL and by…
-
Centos/RedhatDatabasesLinuxUbuntu
How to enable the slow query log in MySQL/ MariaDB Server
by Lotfi Waderni April 9, 2019When you are troubleshooting, and you want to determine which database queries take a long time to run, slow queries can affect database performance and overall server performance. The slow…
-
DatabasesLinuxUbuntu
How to install MariaDB 10 Server on Ubuntu 18.04 LTS
by Lotfi Waderni January 20, 2019MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB is designed as a drop-in replacement of MySQL(R) with more…
-
Centos/RedhatDatabasesLinux
How To Reset MySQL or MariaDB Root Password On CentOS 7 / RHEL 7
by Lotfi Waderni January 15, 2019In this tutorial we will cover how to reset the root password of MySQL and MariaDB on CentOS 7 / RHEL 7 Step 1 – Checking the version of Database…
-
Drupal, a free and open source content-management framework written in PHP and distributed under the GNU General Public License. In this tutorial, I will show you how to install Drupal…
-
Centos/RedhatDatabasesLinux
How to Configure Holland to Backup MariaDB on CentOS 7 / RHEL 7
by Lotfi Waderni January 4, 2017Holland is an open source backup framework written in Python. It can be used to back up several different database types using a number of methods based on the plugins…
-
Centos/RedhatLinux
How to Install Drupal 7 on CentOS 7 with Nginx, MariaDB and PHP-FPM
by Lotfi Waderni July 5, 2016In this tutorial i will help you to install the latest version of Drupal on your CentOS 7 with Nginx, MariaDB and PHP-FPM. Before we continue, we assume that you already…
-
Centos/RedhatLinux
How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack On CentOS 7/RHEL 7
by Lotfi Waderni January 29, 2016LEMP is a combination of operating system and open-source software stack. The acronym LEMP is derived from first letters of Linux, engine-x (Nginx) HTTP Server,MariaDB database, and PHP/Perl/Python. In this…
-
Centos/RedhatDatabasesLinuxopenSUSEUbuntu
Securing MySQL server / Mariadb with mysql_secure_installation
by Lotfi Waderni January 6, 2016In this tutorial, im gonna explain how to secure mariadb with mysql_secure_installation on Redhat/CentOS Next step is to set a password for the user root and some others things to…