mysql 压缩方法
show global variables like 'innodb_file_format%';
alter table t row_format=COMPRESSED;

posted on 2017-04-24 14:02 maomingchao 阅读(148) 评论(0) 收藏 举报
show global variables like 'innodb_file_format%';
alter table t row_format=COMPRESSED;

posted on 2017-04-24 14:02 maomingchao 阅读(148) 评论(0) 收藏 举报