I\'m trying to show all the tables in my database. I\'ve tried this:
$sql = \"SHOW TABLES\"; $result = $conn->query($sql); $tables = $result->fetch_assoc()
SHOW TABLES only lists the non-TEMPORARY tables in a given database.
https://dev.mysql.com/doc/refman/5.0/en/show-tables.html