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;
相關文章
相關標籤/搜索