MySQL學習筆記--數據備份與恢復

數據備份: mysqldump --user=user --password=pwd --result-file=data.sql --where= "where condition" database_name table_name 恢復:從命令行或者mysql client導入 查看mysql日誌: mysqlbinlog log_path 從日誌恢復數據: mysqlbinlog logs
相關文章
相關標籤/搜索