Category: MySQL

Install and run mysql backup-restore using Percona Xtrabackup

The Percona XtraBackup tools provide a method of performing a hot backup of your MySQL data while the system is running. Percona XtraBackup is a free, online, open source, complete database backups solution for all […]

 791 total views

How to Configure MySQL Master Slave Replication on RHEL

MySQL replication process allows you to maintain multiple copies of MySQL data. Data from the master server is automatically replicated to all the slaves and if you have a disaster, you can easily promote Slave […]

 974 total views,  2 views today

Install MySQL on docker

In this post we will install MySQL database with the help of docker , I have already installed docker on my vm , so we will only show , how to install MySQL in container […]

 857 total views

How to remove MySQL completely from Linux

Stop the mysql services Uninstall all the MySQL packages installed on your server [root@parwezoke ~]# yum remove mysql mysql-server Loaded plugins: langpacks, ulninfo Resolving Dependencies –> Running transaction check —> Package mysql-community-client.x86_64 0:8.0.21-1.el7 will be […]

 992 total views

Create and connect to fully managed MySQL Database Service in the Oracle Cloud Infrastructure (OCI),

Oracle recently announced , its fully managed MySQL database service on Oracle Generation 2 Cloud Infrastructure . Whats different about Oracle offering MySQL managed database service from other cloud vendor? The the main secret souce, […]

 1,397 total views

MySQL InnoDB cluster Deployment on oracle cloud

In this post, I will walk you through the creation of 3 node MySQL Innodb cluster on Linux. For this demonstration , I have spin up 3 instances in oracle cloud , and I will […]

 1,288 total views