随笔分类 - MySQL
摘要:1.使用前备份 mysqldump -uroot -p fission_statistics room_break_history > room_break_history_20170704.dump 2.pt-osc执行DDL pt-online-schema-change --user='roo
阅读全文
摘要:1.表结构 CREATE TABLE `room_break_history_tmp_test ` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `break_type` INT(11) DEFAULT NULL, `app_id` INT(11) DEFAULT
阅读全文
浙公网安备 33010602011771号