Monday, November 3, 2008

MySql system tables

Mysql system tables are in the database "information_schema"

For example,
select * from  information_schema.tables
. You can find a lot of system information there.

No comments:

Post a Comment