poetryrocksalot
poetryrocksalot

Reputation: 727

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.

Upvotes: 8

Views: 6794

Answers (2)

Chocen Peronilla
Chocen Peronilla

Reputation: 1

There's no hotkey for that, just do manual clearing by clicking right click then clear.

Upvotes: 0

Mike Lischke
Mike Lischke

Reputation: 53337

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).

Upvotes: 3

Related Questions