SHOW all tabels in MySQL database into Datatable, How To?

SHOW all tabels in MySQL database into Datatable, How To?

daguerfidaguerfi Posts: 6Questions: 3Answers: 0
edited February 2017 in Free community support

Hi, I want to load all tables saved in one mysql databese into one datatable, how I can do this?
I tried replacing the SQL query with "SHOW TABLES FROM $dbname" in ssp.class.php but it didn't work. I just need the mysql tables name loaded in one datatable.

Any help is much appreciated. :'(

This discussion has been closed.