导出(只导数据结构)
mysqldump -u root -p -d --add-drop-table 数据库名字 >导出的文件名
导出(包括数据)
mysqldump -u root -p --add-drop-table 数据库名字 >导出的文件名