Mysql Workbench

avatar

Hello!
I'm trying to configure the Mysql Workbench addon but I don't know what I have to write under "instance", "connection" or "open model file".

Is there any manual for this addon?

Thanks.

All Comments (1)

avatar

Hello,

This is simply a wrapper over the command line capabilities of MySQL

As per

https://dev.mysql.com/doc/workbench/en/wb-command-line-options.html

Instance : Open an administration tab to the named MySQL instance.
Connection : Open a named connection.
Open model file : open the given EER model file.

For both Connection and Model, these must already exist in your Workbench.


Best regards,

Maurice