How to use MySQLDump effectively for backups
In this post, I’m going to share about MySQL utility which is used to take SQL based backups known as “mysqldump”. If you are here then you must have an overview of how to use it to take backups. The mysqldump client utility performs logical backups, producing a set of SQL statements that can be … Read more