missall 发表于 2013-2-4 22:26:20

Mysql数据库备份和还原的常用命令

<span style="font-family: Tahoma; color: #333333; line-height: 18px;">备份MySQL数据库的命令
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; background-color: #f9fbfc; width: auto; height: auto; text-align: left; font-family: 'BitStream Vera Sans Mono', 'Courier New', Courier, monospace; padding: 0px; border: 1px solid #c3ced9;" class="hl-surround"><div style="padding-top: 6px; padding-right: 24px; padding-bottom: 6px; padding-left: 24px; line-height: 18px; background-color: transparent; margin: 0px;" class="hl-main">mysqldump -hhostname -uusername -ppassword databasename > backupfile.sql
页: [1]
查看完整版本: Mysql数据库备份和还原的常用命令