MySQL or MariaDB for RHEL7?

Moderator: crythias

Locked
pituca
Znuny advanced
Posts: 131
Joined: 09 Jan 2013, 02:50
Znuny Version: 5.0.9
Company: OmniRedes

MySQL or MariaDB for RHEL7?

Post by pituca »

Hello team,

I will setup OTRS 5 on an Amazon EC2 Instance and the version available of RHEL is 7, so im not sure if I should do the workaround to install MySQL, if I should install on MariaDB or if I should try to install on RHEL6 instead.

Thank you so much for your help.

Ruben
OTRS 5.0.9, , ITSM 5.0.9, MySQL, Ubuntu 14.04, Apache2
root
Administrator
Posts: 4233
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: MySQL or MariaDB for RHEL7?

Post by root »

I've deployed OTRS on both EL6/MySQL and EL7/MariaDB wo/ any problems. Until now I had no problems so far.
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 ?
pituca
Znuny advanced
Posts: 131
Joined: 09 Jan 2013, 02:50
Znuny Version: 5.0.9
Company: OmniRedes

Re: MySQL or MariaDB for RHEL7?

Post by pituca »

Thank you so much for your response. I will give a try to MariaDB. But are these parameters still needed to tweak with MariaDB
max_allowed_packet = 20M
query_cache_size = 32M
innodb_log_file_size = 256M
OTRS 5.0.9, , ITSM 5.0.9, MySQL, Ubuntu 14.04, Apache2
jjurkus
Znuny newbie
Posts: 54
Joined: 29 Jan 2016, 15:36
Znuny Version: 6.0.17

Re: MySQL or MariaDB for RHEL7?

Post by jjurkus »

And why not PostgreSQL? They have a yum repository available, so that's no hassle :D
OTRS 6.0.x on CentOS 7 with a PostgreSQL database.
root
Administrator
Posts: 4233
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: MySQL or MariaDB for RHEL7?

Post by root »

pituca wrote:Thank you so much for your response. I will give a try to MariaDB. But are these parameters still needed to tweak with MariaDB
max_allowed_packet = 20M
query_cache_size = 32M
innodb_log_file_size = 256M
It's the same for MySQL ;-)
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 ?
pituca
Znuny advanced
Posts: 131
Joined: 09 Jan 2013, 02:50
Znuny Version: 5.0.9
Company: OmniRedes

Re: MySQL or MariaDB for RHEL7?

Post by pituca »

Thank you much guys!!! Already installed MariaDB.
OTRS 5.0.9, , ITSM 5.0.9, MySQL, Ubuntu 14.04, Apache2
Locked