ERROR: No query specified
comes from the ;
redundantly after the \G
.
Are you asking "How do I ..." Or are you asking "Why does table ...
not exist"
In either case, please provide the version of MySQL/MariaDB you are using.
Please note that some tables have moved from information_schema
to performance_schema
. Check there. MySQL and MariaDB are very likely to have tables like this in different places, or not even have the table you want.
What is your real goal? Are you hoping to charge your users for I/O? Are you looking for information on the optimization of some query? (There are better approaches for this.) Or something else?