How can I set client configuration for MySQL Workbench without an installed server?
问题 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 'my.ini') for the workbench? Or maybe I get it the wrong way and the client loads the configuration from the server that it connects to? Update: Maybe I wasn't clear enough. The configuration I'm trying to set is command lines to run at the beginning of each transaction, such as: SET autocommit=0; SET tx_isolation='READ