How do I back up just dbo and not the entire database in MySQL?

55 Views Asked by At

I want to back up only the dbo's and not the entire database in MySQL. Backing up the entire database is easy. You simply right click your database, select "Tasks" -> "Backup" and you're done.

However, I do not want to back up the entire database. How do I just backup anything related to "dbo"?

0

There are 0 best solutions below