Home  »  CodeSnippets   »   MySQL Show Tables in Database

MySQL Show Tables in Database

Posted: February 8, 2022 | by Michael Bright

Run this in your MySQL client:

use database_name;
show tables;

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.