get all tables diagrams mysql workbech code example
Example 1: mysql show all tables
show tables;
Example 2: mysql workbench search all tables
-- In the search bar under "Schemas", type:
*.substring -- beginning of table name
*.*substring -- anwhere in table name