parsed.org

Tips by tag: mysqlshow

Show Databases by xinu on Oct 29, 2005 09:20 AM

A quick way to see all of the databases on the system and (optionally) the number of tables in each:

$ mysqlshow

Use the -v flag to include number of tables.

commandsdatabasesmysqlmysqlshow
RSS