How to get list of ALL tables in the database?
This answers my question. But it’s not in terms of PHP code. I used the mysql command line client, once I figured out how to run it in my godaddy hosted WordPress environment: The wp-config.php file has the DB_NAME, DB_USER, and DB_PASSWORD. And the DB_HOST needs to be split at the “:” character to get … Read more