Export and action module for selected tables.
Table definition: Creation scripts of the tables are created.
Index definition: The index generation of the tables is created.
Trigger definition: The trigger generations of the tables are created.
Table data: The table data is exported.
CREATE, CREATE IF NOT EXISTS, DROP & CREATE, CREATE OR REPLACE: Selection of the creation option for creation scripts of the tables. CREATE OR REPLACE: MariaDB databases only.
Filename: Filename for export files.
Delimiter: Program codes from triggers are enclosed in delimiters.
Append file name to individual files: The specified file name is also included in the individual file export.
Database name in file names: The database name is included in the file names.
Output single files with delimiters: When exporting triggers to individual files, the program code is enclosed in delimiters.
GZIP compression: Files are exported or backed up GZip compressed.
Show selected tables as text: The export file is shown as text in the SQL editor.
Download selected tables in one file: Only one export file with the given name containing all scripts will be downloaded.
Download selected tables as individual files: A separate export file is downloaded for each table.
Save selected tables: Tables are saved in the script archive of the MyWAY SQL Manager.
Clear selected tables: All data in the tables will be deleted (TRUNCATE).
Delete selected tables: Tables will be deleted from the MySQL server (DROP).
Invert Selection: Inverts the selection markers.
|