How to export a database from DataGrip to a single SQL file?

How can I export a database from DataGrip to a single SQL file as phpmyadmin export?

If I use Dump Data To Files, DataGrip saves one table in one file.

And how can I back up all the MySQL databases that open in DataGrip?

+8
source share
4 answers

The old thread is here, but for those who might stumble upon it, newer versions of DataGrip have a new option "dump with mysqldump" that will allow you to create a dump contained in a single .sql output file.

enter image description here

+14
source

DataGrip 2016.2.5 → DDL. drop/create script , .

+8

DataGrip 2016.2.1 . , ​​( , SQL SERVER, , ). - .

. Dump Data to Files.

, . .

+3

" " " ()" DataGrip 2018.3.1 enter image description here

0

Source: https://habr.com/ru/post/1651328/


All Articles