0

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

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Bman
  • 11
  • 3
  • Do you mean "How do I back up just the *schema* and not the data as well?" Hint: [`mysqldump`](https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html) has an option for this. – tadman Sep 09 '19 at 16:27
  • Are you sure you're talking about MySql? Every single concept shown is specific to SQL Server. – Alejandro Dec 06 '19 at 12:58

0 Answers0