zebe Posted January 18, 2006 Share Posted January 18, 2006 Hi,Is there a mysql query that allows you to collect all the table names within a given database? I just want to print out all the table names.Thanks for your help. Link to comment https://forums.phpfreaks.com/topic/3225-display-all-table-names-in-a-database/ Share on other sites More sharing options...
fenway Posted January 18, 2006 Share Posted January 18, 2006 [code]SHOW TABLES FROM yourDB[/code] Link to comment https://forums.phpfreaks.com/topic/3225-display-all-table-names-in-a-database/#findComment-10985 Share on other sites More sharing options...
zebe Posted January 18, 2006 Author Share Posted January 18, 2006 Easier than expected! Thanks! Link to comment https://forums.phpfreaks.com/topic/3225-display-all-table-names-in-a-database/#findComment-10986 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.