I am using phpmyadmin and mysql to compile my database, I am trying to debug a constraint trouble I am getting so I trying to perform this code below:
SHOW ENGINE INNODB STATUS\G
But it is saying that it is the wrong syntax,
Does anybody know what the correct syntax is?
\Gis only for mysql interactive client, I think phpmyadmin doesn’t support it.Just do the below instead: