I'm currently using FinalBuilder to create a one-click building n’ generate install, but I faced with MySQL Workbench lack of capacity to generate SQL script from a command line.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
You can actually automate this task with Python (or Lua) script - MySQL Workbench already has an interpreter under
It does not actully run from command line, but I beleive you can run it with |
|||||
|
MySQL Workbench has a full Python Scripting API. If you need additional features, please let us know: http://forums.mysql.com/index.php?151
|
|||||||||
|