Posts Tagged: database


12
Aug 09

Proper way to increase innodb_log_file_size

logo-mysqlIf you modify the innodb_log_file_size, MySQL will fail to restart and InnoDB will complain about the size of the changed log file.

The proper way to increase the innodb_log_file_size: Continue reading →