How to restore single database from MySQLdump
In this post we will discuss about how to restore single database from a full backup dump taken using mysqldump. I’m writing this post because as a MySQL DBA I have faced this scenario where we have a full backup file with more than 100 databases backup, and we are required to restore a single … Read more