…_path = ibdata1:1000M;ibdata2:10M:autoextend innodb_log_group_home_dir = /var/lib/mysql/ innodb_log_arch_dir = /var/lib/mysql/ innodb_buffer… innodb_log_file_size = 512M innodb_log_files_in_group = 2 innodb_log_buffer_size = 8M innodb_thread_concurrency = 8 innodb_flush_log_at_trx… exceeds the log group capacity 9433498. InnoDB: If you are using big BLOB or TEXT rows, you must set the InnoDB: combined size of log…
Comment: How to calculate a good InnoDB log file size
… exceeds the log group capacity yyyyy. InnoDB: If you are using big BLOB or TEXT rows, you must set the InnoDB: combined size of log…. then it is necessary to increase the value of innodb_log_file_size. Is that only a matter of obtaining maximal…

