Re: SHOW ENGINE INNODB STATUS
Posted by: Peter Brawley
Date: October 05, 2020 07:39PM

?! What's "SQL Server workbench"?

If you mean MySQL WorkBench, I believe "Execute Query to Text" is available from Query -> Execute to Text in WB, but I've never done it.

If you don't yet know a programming language with a MySQL API, you can also capture Show Engine command results in the mysql client program by calling that program with the option --tee=outfilepath, which saves output to the specified filespec.

Options: ReplyQuote


Subject
Written By
Posted
September 29, 2020 11:06AM
September 29, 2020 01:45PM
September 29, 2020 01:49PM
Re: SHOW ENGINE INNODB STATUS
October 05, 2020 07:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.