I use a batch file to open all my work apps.
If I use the workbench -query command line option I can get 1 database to open, except I get an annoying "Open SQL Script" dialog that I cannot find a way to suppress.
Adding 2 -query commands to the same START line does not work.
If I use 2 START lines in the batch file separated by a PAUSE both databases will load, but then I get 2 of the "Open SQL Script" dialogs and have to hit a key during the batch file execution. The pause is need as without it the second START is ignored (or fails).
Questions :
1) Is there a way to automatically load 2 databases in MySQL workbench?
2) Is there a way to suppress the "Open SQL Script" dialog?