I write and run queries from the SQL Workbench MySQL Workbench toolbar. However, sometimes I need to run a one-time command (for example, adding indexes), which I do not want to save.
Now I write it in the request file, run it, and then delete it from the file. Can I open a command prompt in MySQL Workbench to run these one-time commands? If not, isn't it if I open another database connection from my OS terminal next to my MySQL connection to Workbench?
source
share