
Many database backends: You can use a vast array of different database types, including MariaDB from 5.5 through 10.4 and MySQL from 5.5 through 8.0 ( docs). Remember, you can run ddev -help for more info on many of the topics below. Most people know about ddev import-db and ddev export-db but those tools now have more flexibility and there are plenty of other adaptable ways to work with your databases. Choose the destination folder to store the backup file from the dialog boxĪnd now you have a dump file of your entire database stored in your destination folder.DDEV provides lots and lots of flexibility for you in managing your databases between your local development, staging and production environments.If you are connected to the database, Choose Backup… from the File menu.If you are in the welcome screen, click on the backup icon.Choose the destination folder to store the exported file from the dialog box.Īnd now your tables are exported on your destination folder.Choose to include table content or structure, or drop table if exists command in the Dump file.

This will bring up a dialog box where you can choose output data. To export an SQL dump file of the table structure or contents: How do I save the table structure/table content as an SQL Dump file?


You have to update the app to the latest version to make sure the app runs properly.Now TablePlus has already supported Import SQL Dump. It works just fine for the small sized file, but for a huge file, it gives the app a hard time executing it. Previously, you can import and *.sql file to use with your database in TablePlus by dragging the file into the query editor and execute it.

How do I import an SQL Dump file into MySQL database?
