阿里云RDS数据库备份文件恢复到本地数据库

参考这里: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=
innodb_log_file_size=
#innodb_fast_checksum=false
#innodb_page_size=
#innodb_log_block_size=
innodb_undo_directory=.
innodb_undo_tablespaces= #rds_encrypt_data=false
#innodb_encrypt_algorithm=aes_128_ecb
上一篇:Java多线程系列--“JUC锁”08之 共享锁和ReentrantReadWriteLock


下一篇:【剑指Offer】1、二维数组中的查找