Friday, December 5, 2014

Temporary way to show all tables if it not displayed in phpmyadmin

Go to "SQL"
SELECT table_name FROM information_schema.tables where table_schema = 'database_name';

No comments:

Post a Comment