How can I change the logfile size, max size in MySQL

Deleted user March 2, 2018

Your innodb_log_file_size of 50,331,648 is too small. You should increase innodb_log_file_size to 256M.

 

First, is it a real problem? What could be the consequences? 

How do I fix this? I tried to fix it via Atalssian documentationbut its not working.

I added in the My.ini file: 

[mysqld]

character-set-server=utf8
collation-server=utf8_bin

default-storage-engine=INNODB

max_allowed_packet=512M

innodb_log_file_size=2GB

transaction-isolation=READ-COMMITTED

binlog_format=row 

 

But the warning still pops-up.

1 answer

1 accepted

0 votes
Answer accepted
AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 2, 2018

I am not sure why your MySQL instance is not picking up the log size change. Please make sure Confluence and MySQL were both restarted after the my.ini file was edited.

Here is an example of an issue that can be caused by an incorrectly sized innodb_log_file_size: Unable to install plugins due to innodb_log_file_size using MySQL

Deleted user March 4, 2018

thank you. I found the issue. now its working 

Hans-Jörg Teich June 25, 2019

Can you tell me what was your issue?

I have the same problems 

Like Michael Dunphy likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events