A script for dumping MySQL Workbench files to SQL, very similar to the format for mysqldump.
mwbdump [OPTION]... workbench-file
Suppress the CREATE DATABASE IF NOT EXISTS ... statements.
Suppress the CREATE TABLE IF NOT EXISTS ... statements.
Don't write row INSERT statements.
Suppress the DROP TABLE IF EXISTS ... statements.
Output version information and exit.
Display help message and exit.