In the MySQL command line client, I can set various flags like --verbose
, --comments
, and --force
on launch that affect the behavior of my queries. How can I set these flags in a MySQL Workbench session?
In the MySQL command line client, I can set various flags like --verbose
, --comments
, and --force
on launch that affect the behavior of my queries. How can I set these flags in a MySQL Workbench session?