mysql show data code example Example 1: mysql list databases SHOW DATABASES; Example 2: mysql show data from table mysql> SELECT * FROM [table name];