参考这里:https://help.aliyun.com/knowledge_detail/41817.html
第4.2步要多注释掉一些(应该根据实际报错来注释):
[mysqld]
innodb_checksum_algorithm=innodb
#innodb_log_checksum_algorithm=innodb
innodb_data_file_path=ibdata1:200M:autoextend
innodb_log_files_in_group=2
innodb_log_file_size=524288000
#innodb_fast_checksum=false
#innodb_page_size=16384
#innodb_log_block_size=512
innodb_undo_directory=.
innodb_undo_tablespaces=0
#rds_encrypt_data=false
#innodb_encrypt_algorithm=aes_128_ecb
来源:oschina
链接:https://my.oschina.net/u/4311773/blog/4249059