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.