mysql display all data from table code example Example 1: mysql show all tables show tables; Example 2: mysql show data from table mysql> SELECT * FROM [table name];