MySQL 数据备份与预期不一致问题排查

背景

在做数据清洗工作,需要将线上的一份数据按时间 dump 到本地,再做分析。 通过 mysqldump 将数据导出下载后, 发现导出的数据与线上的数据条目数不一致。开始猜测是清洗的脚本处理逻辑出了点问题, 经过一下午的调研和排查,最后发现根本原因是在导出 MySQL 备份数据时, 系统时区和备份数据的时区不一致。

【转】Quick SQL Cheatsheet

A quick reminder of all relevant SQL queries and examples on how to use them.

This repository is constantly being updated and added to by the community. Pull requests are welcome. Enjoy!