I am trying to backup a single schema on a Windows server and restore it to an Ubuntu 12.04 Linux server running MySQL 5.5.4. The schema includes views and functions. When I used the MySQL Workbench "export" feature (including data and structure), most of the views were not imported to the new server.
Great if someone could share how to do this via Workbench, otherwise, I just need the syntax to do a complete dump from the CLI and it's restore equivalent.
Great if someone could share how to do this via Workbench, otherwise, I just need the syntax to do a complete dump from the CLI and it's restore equivalent.