Innodb_log_size help

Moderator: crythias

Locked
romerosantos02
Znuny newbie
Posts: 11
Joined: 16 Nov 2016, 22:56
Znuny Version: 5.0.0.0.0.0.0
Real Name: Romero dos Santos

Innodb_log_size help

Post by romerosantos02 »

I've tried several times to install it to see if my "my.cnf" would appear to change the innodb_log_file_size, I've already researched a number of sites, so the innodb field usually appears. But mine only appears that this default with 10 mb. Thanks for helping out. :(
https://ap.imagensbrasil.org/image/puVNiY
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Innodb_log_size help

Post by RStraub »

You have to:
- Shutdown / Stop MySQL
- Edit the setting for the file-size
- Remove or rename the old files (very important!)
- Startup MySQL

The new files then are autogenerated in the configured size.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
romerosantos02
Znuny newbie
Posts: 11
Joined: 16 Nov 2016, 22:56
Znuny Version: 5.0.0.0.0.0.0
Real Name: Romero dos Santos

Re: Innodb_log_size help

Post by romerosantos02 »

Sorry but I am new to otrs, which configuration file should I modify and where does it stay and which remove and rename
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Innodb_log_size help

Post by root »

This is a MySQL topic, ask your DB if you're unsure.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Innodb_log_size help

Post by RStraub »

Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
romerosantos02
Znuny newbie
Posts: 11
Joined: 16 Nov 2016, 22:56
Znuny Version: 5.0.0.0.0.0.0
Real Name: Romero dos Santos

Re: Innodb_log_size help

Post by romerosantos02 »

I make all steps but on my.cnf no have line Inno_db for change values :/
romerosantos02
Znuny newbie
Posts: 11
Joined: 16 Nov 2016, 22:56
Znuny Version: 5.0.0.0.0.0.0
Real Name: Romero dos Santos

Re: Innodb_log_size help

Post by romerosantos02 »

I make all steps but on my.cnf no have line Inno_db for change values :/
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Innodb_log_size help

Post by RStraub »

Then add one :)

Code: Select all

innodb_log_file_size=256M
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
romerosantos02
Znuny newbie
Posts: 11
Joined: 16 Nov 2016, 22:56
Znuny Version: 5.0.0.0.0.0.0
Real Name: Romero dos Santos

Re: Innodb_log_size help

Post by romerosantos02 »

Wow, man thanks,Did not know could add rows on the my.cnf thanks again.
Locked