MySQL Backup and Restore

1020阅读 0评论2016-05-18 fender0107401
分类:Android平台

备份:mysqldump --host ip_address --port 3306 --user user_name --password target_db_name > target_backup_file_name

恢复:mysql     --host ip_address --port 3306 --user user_name --password target_db_name < target_backup_file_name
上一篇:Mark! Apple!
下一篇:Debian 8.0 系统下MySQL的安装配置。