MySQL

MySQL Backup & Restore | How to Take Backup & Restore a MySQL Database

It’s very important to possess a homogenous backup of a database so that in case of any unforeseen issues we can recover the data from the backup and run the system. Backups are also essential to safeguard ourselves before upgrading a MySQL database. MySQL offers different types of backup methods from that you can choose the […]

MySQL Backup & Restore | How to Take Backup & Restore a MySQL Database Read More »

MySQL Master-Slave Replication | How To Set Up Master-Slave Replication in MySQL

MySQL is an open-source most popular database nowadays. It comes with a variety of built-in replication features, which helps us to maintain ‘n’ no of copies of your database. MySQL replication is a process that allows data to be replicated from one server to the other in real-time. It is mainly used as a disaster

MySQL Master-Slave Replication | How To Set Up Master-Slave Replication in MySQL Read More »

How to Upgrade MySQL 5.7 to 8.0.21 | MySQL Version Upgrade from 5.7 to 8.0.21

From this article you will know how to upgrade MySQL 5.7 to 8.0.21 in Linux. Please go through the recommendation once before starting the actual database upgrade. If your MySQL installation contains a large amount of data that might take a long time to convert after an in-place upgrade, it may be useful to create

How to Upgrade MySQL 5.7 to 8.0.21 | MySQL Version Upgrade from 5.7 to 8.0.21 Read More »

How to Upgrade MySQL 5.6 to 5.7 in Linux | MySQL Version Upgrade in Linux

From this article you will know how to upgrade MySQL 5.6 to 5.7 in Linux. Please go through the recommendation once before starting the actual database upgrade. If your MySQL installation contains a large amount of data that might take a long time to convert after an in-place upgrade, it may be useful to create

How to Upgrade MySQL 5.6 to 5.7 in Linux | MySQL Version Upgrade in Linux Read More »