Holland 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…
Databases
-
-
Centos/RedhatDatabasesLinux
How to Setup MariaDB Master-Slave Replication on CentOS/RHEL 7
by Lotfi Waderni January 4, 2017Replication is a feature allowing the contents of one or more servers (called masters) to be mirrored on one or more servers (called slaves). The main mechanism used in replication…
-
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…