I have two model
1) Server Model : conneted to remote database which is stored on server
2) Local Host : connected to my pc database is stored in on pc.
To launch multiple instances of WorkBench thru the Mac Terminal
Mac Version: OS X El Capitan Version 10.11.6
Workbench Version: Version 6.2.5.0. Build 397 (32bit) ###
On Your Mac;
MySQLWorkbench
Terminal
ps ax | grep -i workbench
(as stated above by Derek)
/Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
Instances
on your mac
open -Fna /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
Further Explanation: (from the man pages for open
)
-F
Opens the application "fresh," that is, without restoring windows. Saved persistent state is lost, except for Untitled documents.-n
Open a new instance of the application(s) even if one is already running.-a
application
Specifies the application to use for opening the file