Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I automatically clear output in MySQL workbench?

I'm trying to find the preference settings to have the output clear every time my statement or set of statements are executed. I would prefer this option instead of right clicking and clearing the output every time I want to. I just can't find it and I'm not sure it exists as an option.

like image 770
poetryrocksalot Avatar asked Aug 24 '14 04:08

poetryrocksalot


People also ask

How do I enable action output in MySQL Workbench?

The Output is located at the bottom of MySQL Workbench. Its select box includes the Action Output , History Output , and Text Output options.

How do you refresh a table in MySQL Workbench?

To access the Refresh from Database dialog box, right-click an object in MySQL Metadata Explorer and click Refresh from Database.

What are the output options available in MySQL Workbench?

Its select box includes the Action Output, History Output, and Text Output options. The Action Output panel displays a summary of the communication between the active MySQL connection in MySQL Workbench and the MySQL server, and can refer to errors or general information. Each message displays the time, action, and server response.

What is the action output panel in MySQL Workbench?

The Output is located at the bottom of MySQL Workbench. Its select box includes the Action Output, History Output, and Text Output options. The Action Output panel displays a summary of the communication between the active MySQL connection in MySQL Workbench and the MySQL server, and can refer to errors or general information.

What is a result subtab in MySQL Workbench?

MySQL Workbench Manual / ... / The results area of the screen shows the results from executed statements. If the script contains multiple statements, a result subtab will be generated for each statemented that returned results. The following figure shows a single subtab and highlights the main features of the result grid.

How do I escape a string in MySQL Workbench?

MySQL Workbench handles quoting and escaping for strings entered into the result grid, so adding quotes and proper escaping here is optional. It is possible to enter a function, or other expression, into a field. Use the prefix \func to prevent MySQL Workbench from escaping quotation marks.


Video Answer


1 Answers

There's no such thing like auto-clearing. If you want that implemented file a feature request in the MySQL bug system (http://bugs.mysql.com).

like image 182
Mike Lischke Avatar answered Oct 19 '22 09:10

Mike Lischke