Search found 2 matches
- 23 Nov 2021, 22:55
- Forum: Web Server/PHP/MySQL/MariaDB
- Topic: Configure innodb variable
- Replies: 2
- Views: 2864
Re: Configure innodb variable
Thanks for your reply, Accessing the "/etc/mysql/my.cnf" via a ssh connection enabled to edit the file as desired. Steps are as follow: 1 stop the server (application/Mariadb stop) 2 edit the file and add the desired values to use when starting the server as an example adding these 2 lines...
- 23 Nov 2021, 08:04
- Forum: Web Server/PHP/MySQL/MariaDB
- Topic: Configure innodb variable
- Replies: 2
- Views: 2864
Configure innodb variable
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...