\G like vertical output in MySQL Workbench for show engine innodb status
Posted
by
KCD
on Super User
See other posts from Super User
or by KCD
Published on 2012-03-28T23:56:23Z
Indexed on
2012/04/13
17:33 UTC
Read the original article
Hit count: 501
show engine innodb status;
is unusable in MySQL Workbench, as shown here:
=====================================120329 12:39:32 INNODB MONITOR OUTPUT=====================================Per second averages calculated from the last 17 seconds-----------------BACKGROUND THREAD-----------------srv_master_thread loops: 192438...
However show engine innodb status \G
is great on the mysql command line client.
Is there any \G
equivalent on MySQL workbench or better way to get this information?
© Super User or respective owner