Skip to content

GitHub30/mwb2sql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • MySQL Workbench application always displays a window even if a script option is specified.
  • generateSQLCreateStatements function seems to have a option that control the behavior of dumping sql, but the option has no effect. (I can't find the way to enable the option)

About

convert mwb (MySQL Workbench file format) to sql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.4%
  • Batchfile 27.6%