-
Notifications
You must be signed in to change notification settings - Fork 12
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
MariaDB support #48
Comments
Oh, thanks so much for reporting, @kghbln ! Hadn't dared to try with SMW 3 yet, but it is sure high time for that now! :) |
I believe there should not be that much of a difference, at least when it comes to database schema stuff. |
Yeah, I was also suspecting it might be something with MariaDB and UTF8 ... as UTF8 issues have been abundant with MySQL in the past ... (Bringing up my VM to try out now!) |
I have configured the database server to strictly run utf8:
I suspect it may be the database name itself which starts with a 0. For whatever reason this does not play well in all situations. |
@kghbln How do you go about installing SMW 3.0-alpha? Just git, or is there some way using composer? (Sorry, still kinda new to composer) UPDATE: Trying with git now ... |
|
Eh, uh 😊 |
Ok, with 3.0-alpha, I now get, on most RDFIO Special Pages:
Versions: OS | Ubuntu 16.04.2 LTS |
Ouch. |
So, perhaps a confirmation then :) Hoping to get more details out of it ... did you do something special apart from |
What about also using |
Sorry, I feel I'm getting lazy, or too long since I did this 😟 ... thanks anyway! (EDIT: False alarm ... the RDFIO system tests destroyed the DB schema ...) |
Ok, well, it works for me, with: OS | Ubuntu 16.04.2 LTS Tested so far: Unittests, RDF import form, SPARQL endpoint |
I just successfully installed on smw.o:
So it is a MariaDB thing. |
Ok, good to know! I have to learn a little MariaDB then, to figure this out :) |
This will be awesome! |
I just comes to my mind that Debian 9 which got released in June switched to MariaDB as the standard MySQL database system. So this will become more and more important in the future. |
Yes, right now that shouldn't be any different to 2.5 since I haven't really started to dump all the deprecated classes/methods that have been accumulated of the years but things will change and ultimate break but as long as you test against master you can detect those fairly early. PS: See the |
Setup
Issue*
There is still something in the water. I get
This is probably an ARC2 issue.
However when trying to setup the RDFIO store via "RDFIOAdmin":
The text was updated successfully, but these errors were encountered: