Mariadb config

Moderator: crythias

Locked
civodul4
Znuny newbie
Posts: 13
Joined: 30 Jun 2015, 15:23
Znuny Version: 4.0.9
Real Name: Ludovic roche

Mariadb config

Post by civodul4 »

Hi,

I just tried to install Otrs 5.0.9 on an Ubuntu 16.04 LTS server with Mariadb.

i'm at the step of Installer.pl.

Otrs inform me on innodb_log_file_size set to 48M instead of 256M.

I try to add the line below in bot 50-server.cnf and my.cnf file without success..

[mysqld]
innodb_log_file_size = 256M

Can you help me modify this ?
OTRS 5.0.9
Ubuntu 16.04
Mariadb

Knowledge Grows When Shared
civodul4
Znuny newbie
Posts: 13
Joined: 30 Jun 2015, 15:23
Znuny Version: 4.0.9
Real Name: Ludovic roche

Re: Mariadb config

Post by civodul4 »

It's working now.

Had to delete the log in var/lib/mysql and reboot
OTRS 5.0.9
Ubuntu 16.04
Mariadb

Knowledge Grows When Shared
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Mariadb config

Post by root »

Stopping MariaDB, deleting /var/lib/mysql/ib_logfile? and starting MariaDB again will work too ;-)
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 ?
Locked