1.前备份を使用します
mysqldump -uroot -p fission_statistics room_break_history > room_break_history_20170704.ダンプ
2.pt-osc実行DDL
pt-online-schema-change --user='root' --host='localhost' --ask-pass --alter "CHANGE Break_type Break_type INT(11) NOT NULL,CHANGE app_id app_id INT(11) NOT NULL ,CHANGE room_id room_id INT(11) NOT NULL,CHANGE from_user_id from_user_id INT(11) NOT NULL,CHANGE to_user_id to_user_id INT(11) NOT NULL,CHANGE content_type content_type INT(11) NOT NULL,CHANGE ソースメッセージ ソースメッセージ VARCHAR(1536) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,CHANGE send_message send_message VARCHAR(1536) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,CHANGE request_type request_type INT(4) NOT NULL,CHANGE handle_type handle_type INT(11) NOT NULL,CHANGE handle_uid handle_uid INT(11) NOT NULL ,変更create_time create_time DATETIME NOT NULL,DROP INDEX idx_from_user_id,ADD INDEX idx_handle_time (handle_type, create_time)" D=fission_statistics,t=room_break_history --execute
以上がpt-osc は 1 つを使用しますの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。