Tag: mysql

Secure MySQL Database Using Nimesa

Let’s figure how to easily secure MySQL database MySQL server is a widely used database in the data centers. It is critical to secure the databases on a periodic basis. Backup forms an important day to day activity …

Adding MySQL slave to existing master-slave setup

In this blog, I will walk you over on how to add a new slave to existing Master-Slave replicated databases.  The typical process will be Deploy a new server with MySQL and configure the slave Backup database on …