Connect to db mt
mysql> use mt
List DB or tables
mysql> show databases;
mysql> show tables;
Backup DB mt
dos> mysqldump -u root -p mt > dbname.sql;
Query table mt_entry structure
mysql> show create table mt_entry;
- 文章信息
- 版权声明: 本文可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息。
- 原文出处: http://www.aiview.com/
- 写于: 2006-11-24 [Edit]
- 作者: Alex (email &msn)

- 标签 Tags: mysql (4), Study notes (10)


