In MySQL, you can check the size of all tables within a given database (or on all databases) by querying the information_schema.tables table. This table stores data about each table in a database, including information about each table’s size, creation date, collation, etc.
You can also find the size of each table within a database by using the MySQL Workbench GUI.
This article provides a quick overview of each method.