How can I set client configuration for MySQL Workbench without an installed server?

前端 未结 2 1606
旧时难觅i
旧时难觅i 2021-01-29 04:57

Say I have installed MySQL workbench on windows 7 without a server, and I\'m connecting to a remote server.
How can I set client configuration (like the [client] section in

2条回答
  •  甜味超标
    2021-01-29 05:36

    MySQL Workbench doesn't load any server configuration file for its own configuration. It can work on such a config file for a server, however (server section, usually [mysqld] only).

    MySQL Workbench's configuration is a manual step you have to do in order to connect to a server (be it local or remote).

提交回复
热议问题