使用 pt-online-schema-change 可以实现在线修改表结构
pt-online-schema-change --user=dba --password=jsrh1sdshj --host=192.168.27.21 --alter="MODIFY COLUMN begin_date timestamp NOT NULL ON UPDATE CURRENT_TIMESTAMP" D=huisou,t=tbl_product_sale --execute
pt-online-schema-change --user=root --password=cG3sBD9mazGI --alter="MODIFY COLUMN begin_date timestamp NOT NULL DEFAULT '' ON UPDATE CURRENT_TIMESTAMP" --execute D=huisou,t=tbl_product_sale
详情参考
http://blog.csdn.net/vivenwan/article/details/53261783
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/30127122/viewspace-2139671/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/30127122/viewspace-2139671/