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"?