MySQL Workbench 的常見命令列引數
當人們想要定製 MySQL Workbench 執行方式的某些方面時,可以使用命令列啟動工具。
MySQL Workbench 具有以下常用命令列選項:
--admin instance - Launch MySQL Workbench and load the server instance specified.
--query connection - Launch MySQL Workbench and load the connection specified.
--model modelfile - Launch MySQL Workbench and load the model specified.
--script script - Launch MySQL Workbench and run the script specified.
--run code - Launch MySQL Workbench and run the code snippet specified.
--quit-when-done - quits MySQL Workbench after --script or --run finishes.