mysql server 的一些常用参数

Mysql Row size too large:
相关参数:
innodb_log_file_size:

innodb_strict_mode:

innodb_page_size = 32K

innodb_file_format = Barracuda

innodb_file_per_table = 1

internal_tmp_disk_storage_engine=MyISAM

ALTER TABLE nombre_tabla
    ENGINE=InnoDB
    ROW_FORMAT=COMPRESSED 
    KEY_BLOCK_SIZE=8;

猜你喜欢

转载自blog.51cto.com/14450109/2421022
今日推荐