One file per database

daltinkurt's profile image daltinkurt posted 3 years ago in Import/Export Permalink

There are some options at output field:

  • Single .sql file
  • ZIP compressed .sql file
  • Directory - one file per object
  • Clipboard
  • Database

Maybe you think about to add "One file per database" Thanks.

ansgar's profile image ansgar posted 3 years ago Permalink

I think this should already be doable, via "single file" with placeholders in the filename:

C:\Temp\%db.sql

But HeidiSQL currently parses these placeholders only once at the beginning of the export. So you have a file called "first-db.sql" and the second and third database also go here. This should be done each time the database changes.

Is there an issue report in the tracker for that?

daltinkurt's profile image daltinkurt posted 3 years ago Permalink

if you implement this future, HeidiSQL can parse these placeholders for each database separately. :)

Please login to leave a reply, or register at first.