When I run “SHOW INNODB STATUS” it works but to get the results set in a better format I added the /G and the following error is returned:
Error Code : 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'G' at line 1
(0 ms taken)
/*just to clarify:*/
SHOW INNODB STATUS /* does work */
SHOW INNODB STATUSG /* does not work */
Am I doing something wrong?