tomoemon / mwb2sql

convert mwb (MySQL Workbench file format) to sql
30 stars 18 forks source link

mwb2sql

What is this?

mwb2sql is a shell command utility to produce sql file from mwb file (file format of MySQL Workbench).

Usage

on Windows

mwb2sql.bat sample/test.mwb a.sql

on Linux (with GUI)

sh mwb2sql.sh sample/test.mwb a.sql

on Linux (without GUI)

Xvfb :1 &
DISPLAY=:1 sh mwb2sql.sh sample/test.mwb a.sql

Known Issues