Configure innodb variable
Posted: 23 Nov 2021, 08:04
Hello,
I would need to change the Variable 'innodb_log_file_size' in my SQLMariaDB server installed on F5-422".
As I was not able to find the .ini or .cnf file : Could you please tell me where it is located? in the appdata repository?
I tried to use command line:
SET GLOBAL innodb_log_file_size = "100663296";
SET innodb_log_file_size = "100663296";
but It returns: (1238): Variable 'innodb_log_file_size' is a read only variable.
Finaly, if I stop the server, I don't know how change the server variable then restart it.
Any help is welcome;
Many thanks,
I would need to change the Variable 'innodb_log_file_size' in my SQLMariaDB server installed on F5-422".
As I was not able to find the .ini or .cnf file : Could you please tell me where it is located? in the appdata repository?
I tried to use command line:
SET GLOBAL innodb_log_file_size = "100663296";
SET innodb_log_file_size = "100663296";
but It returns: (1238): Variable 'innodb_log_file_size' is a read only variable.
Finaly, if I stop the server, I don't know how change the server variable then restart it.
Any help is welcome;
Many thanks,