-
Notifications
You must be signed in to change notification settings - Fork 9.4k
MariaDB 10.0.x Support #2470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
MariaDB should just really work out of the box (see my ticket #1906). Just use a standard mysql connection string/data when connecting to the mariadb instance and all should be ok. |
Hi, it's should but it's not working and give this message using "web interface" for installation and regular connection string values |
There were lots of obtuse error messages when people used the wrong version of MySQL. It may be this was just improved to be more informative, but as a result more restrictive as well. Is there a good way to work out if a system is MySQL 5.6 compatible? |
@starnetwork I assume this is a web install, since |
Hi, |
Note that if you install with mariadb and command line, no error is returned. Everything installs and works just fine. So there is a check in web installer that isn't in CLI installer. |
@starnetwork fyi they do plan on supporting mariadb, just not 'officially' #1906 |
I use Fedora 23 with MariaDB and everything works fine and I used web installer.
|
I have installed M2CE three times and M2EE once, all on systems running MariaDB 10.0.23 and experienced zero issues regarding the DB engine version. I should add that these were clean CentOS installed though with no old MySQL files floating around. Sorry I can't be more helpful! |
@starnetwork were you able to try installing via CLI? |
Hi @mazhalai |
If I understand correctly from this page (https://mariadb.com/kb/en/mariadb/what-is-mariadb-100/), MariaDB is close to MySQL 5.6. It is not exactly the same - it is 5.5 with some 5.6 features back-ported. So they don't claim 100% compatibility. That means to more officially support MariaDB we may need to add it to all our test plans. At present we only test against the official MySQL 5.6 release. (If I recall, MySQL 5.7 changed something so Magento does not work with MySQL 5.7 out of the box.) A painful area. |
I think this is something specific to the user's environment. I've run both
|
I agree with @markoshust. I installed Magento 2.1.0 via cli and everything was fine, using MariaDB 10.1.14. |
this ticket should be closed as a dupe of #1906 |
Hi,i got the same issue for web installation. |
It appears you are using a web installer? I've been installing from CLI. |
Ye, web installer maybe not support marian, so need to modify something. On Jul 28, 2016 6:25 PM, "Mark Shust" [email protected] wrote:
|
Ok, this should in fact be a bug then. I would expect the web interface should work exactly like the CLI. Whatever is happening in CLI should be the correct/default method, looks like web interface is doing some additional MySQL checks it shouldn't be doing. |
Hi,yes,just I continue installing magneto, it reported some error when On Jul 28, 2016 8:42 PM, "Mark Shust" [email protected] wrote:
|
@zgggzrzx please create a new issue if you still have this problem. I'm going to close this one as it does not follow required format and as it is not actual for the author anymore there is no sense to ask to update it. |
[TSG] MFTF for 2.2 (pr1) (2.2.6)
Hi,
I try to Install magento 2 with MariaDB 10.0.22 DB
and I got the following error: Sorry, but we support MySQL version 5.6.0 or later.
Please add MariaDB support in next fix release
Regards,
The text was updated successfully, but these errors were encountered: