Quickly Get a List of Database Tables in MySQL April 6, 2018 MySQL’s Show Tables?command lists out the tables in the current database. Just execute the command with no parameters. SHOW TABLES