/* List all data dictionary tables */ /* you may not be able to get the tables within the 'mysql' schema */ SELECT * FROM information_schema.TABLES WHERE table_schema = 'information_schema' OR table_schema = 'mysql'