Bug #70134 | Command Line Parameters in workbench | ||
---|---|---|---|
Submitted: | 23 Aug 2013 10:24 | Modified: | 13 Mar 2014 4:16 |
Reporter: | Daniel Engels | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S4 (Feature request) |
Version: | 6.0.6 CE | OS: | Windows |
Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
Tags: | Commandline workbench |
[23 Aug 2013 10:24]
Daniel Engels
[23 Aug 2013 12:40]
Alfredo Kojima
Thank you for the suggestion, I agree it would be nice.
[12 Mar 2014 18:32]
Rafael Antonio Bedoy Torres
Posted by developer: Fixed on 6.1.3.11732
[13 Mar 2014 4:16]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.1.3 release, and here's the changelog entry: A specific connection string can now be passed to the "--query" command-line option at startup, in the form of "--query user@host:port". If this connection string does not already exist, then it will be created. Thank you for the bug report.
[3 Apr 2014 7:19]
Daniel Engels
http://dev.mysql.com/doc/workbench/en/wb-starting.html Thanks its works, but it works only with "-query" and not with "--query". "--query will display unknown option" The docs under http://dev.mysql.com/doc/workbench/en/wb-starting.html is wrong too. Is it possible to give a password too: like $USER:$PW@$HOST:$PORT? But I see I can save the passwort in the passwort vault.