备份: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
1020阅读 0评论2016-05-18 fender0107401
分类:Android平台