-werners-
Esteemed Contributor III

Could be a permission issue or a wrong query,

can you try this query:

> SELECT table_owner

   FROM information_schema.tables

   WHERE table_schema = 'information_schema'

     AND table_name = 'columns';