Export and action module for selected events. |
|
Creator: | The creator of the event is specified in the creation script. |
|
CREATE: | Creation option for event creation scripts: Event is created. |
CREATE IF NOT EXISTS: | Create event if it doesn't exist. |
DROP & CREATE: | Event will be deleted and re-created. |
CREATE OR REPLACE: | Event is created or replaced. For MariaDB databases only. |
|
Filename: | Filename for export files. |
Delimiter: | Event program codes 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 events to individual files, the program code is enclosed in delimiters. |
GZIP compression: | Files are exported or backed up GZip compressed. |
|
Show selected events as text: | The export file is shown as text in the SQL editor. |
Download selected events in one file: | Only one export file will be downloaded with the specified name containing all scripts. |
Download selected events as individual files: | A separate export file is downloaded for each event. |
|
Save marked events: | Events are saved in the script archive of the MyWAY SQL Manager. |
Delete marked events: | Events are deleted from the MySQL server (DROP). |
Invert Selection: | Inverts the selection markers. |