[RFC] Support for MariaDB
Re: [RFC] Support for MariaDB
Just the heads up, I been running MariaDB on a windows box and I been quite happy with it, no serious issues or anything cropped up.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: [RFC] Support for MariaDB
I think this RFC can be rejected. At least for now, because there is nothing to do.
Re: [RFC] Support for MariaDB
Or marked as merged as the rfc's outcome was the adding of it to the test suite?
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: [RFC] Support for MariaDB
I see that this topic is a year old. What is the status of this now? Mariadb 10 was a drop in replacement for mysql but since 10 there has been some divergence with mysql. I am on the process of setting up a new server and am considering to use mariadb with php 5.6 if it's possible. My questions are:
1) has anyone tried phpbb with the latest versions of mariadb (which had some difference from the latest version of mysql)?
2) Does phpbb 3.1 support Mariadb yet?
3) Considering the phpbb's goal for Mariadb support, am I better off still sticking to mysql?
Can someone who has idea on this give me some insight plz...
1) has anyone tried phpbb with the latest versions of mariadb (which had some difference from the latest version of mysql)?
2) Does phpbb 3.1 support Mariadb yet?
3) Considering the phpbb's goal for Mariadb support, am I better off still sticking to mysql?
Can someone who has idea on this give me some insight plz...
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC] Support for MariaDB
Well we test MariaDB on Travis: https://travis-ci.org/phpbb/phpbb
So yes, we support MariaDB.
If you experience any problem, just let us know, so we can fix it.
So yes, we support MariaDB.
If you experience any problem, just let us know, so we can fix it.
Member of the Development-Team — No Support via PM
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: [RFC] Support for MariaDB
That is great news. I will be setting up a test server with LEMP stack with latest version of MariaDB in the next couple of days. Looking forward to test it with the RC5. Cheers and thanks for replying
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: [RFC] Support for MariaDB
Hi Nickv, are you able to test the same with mariadb + php 5.6 in travis? I see the test for mysqli with php 5.6 and mariadb + 5.4. Would also like to see if mariadb + 5.6 goes fine too...
Re: [RFC] Support for MariaDB
We can't test all the possible combination of DBMS ans php version because we don't have unlimited resources. but all of them are tested at least once and if they don't fail independently they shouldn't fail together. (In this case)
Member of the phpBB Development-Team
No Support via PM
No Support via PM
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: [RFC] Support for MariaDB
Good enough for me... thanks.