MariaDB 10

CheGuevara

Verified User
Joined
Nov 23, 2009
Messages
26
Hello,

I noticed DA filemirror has MariaDB 10 packages, but there seems to be no appropriate options.conf value for it. So is it possible to use MariaDB 10 on our CentOS 7 servers. If so, whats the right way to go about it?
 
For now, just download the rpms, and update with "rpm -Uvh MariaDB*.rpm".

Be sure to call:
Code:
/usr/bin/mysql_upgrade --defaults-extra-file=/usr/local/directadmin/conf/my.cnf
after updating.

Once updated, recompile php.

I've not tested it, so cannot guarantee anything.

John
 
I did,
didn't work for me and still show 5.5.40 after recompile php

any Idea?
lot of clients can't work with 5.5 since magento using fulltext search

Regards,
 
I have the same thing actually

mysql -V
mysql Ver 15.1 Distrib 10.0.16-MariaDB, for Linux (x86_64) using readline 5.1


in phpmyadmin it says
Server version: 5.5.41-MariaDB - MariaDB Server

How does that work?
 
Any ETA on ability to update MariDB 10?

For now, just download the rpms, and update with "rpm -Uvh MariaDB*.rpm".

Be sure to call:
Code:
/usr/bin/mysql_upgrade --defaults-extra-file=/usr/local/directadmin/conf/my.cnf
after updating.

Once updated, recompile php.

I've not tested it, so cannot guarantee anything.

John

Any ETA on ability to update MariDB 10?
 
Any updates on the availability or ETA of Maria DB10 on custom build?
 
Any updates on the availability or ETA of Maria DB10 on custom build?

It hasn't been officially announced, but support is available in CustomBuild 2.0 :) Please try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set mariadb 10.0
./build set mysql_inst mariadb
./build mysql
 
@smtalk, On a new CentOS 7 server I just installed DirectAdmin, then I did your commands above, but did ./build mariadb instead of ./build mysql, and it seem to work. What is the difference, was it wrong of me? I did this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set mariadb 10.0
./build set mysql_inst mariadb
[B]./build mariadb[/B]
 
ditto, "./build mysql" = "./build mariadb" :) It checks your options.conf to see which one is set, so you can use any of these, the result will be the same.
 
Caanot install mariadb

hello.
i want to install mariadb on this server
mysql Ver 14.14 Distrib 5.5.31, for Linux (x86_64) using readline 5.1
how to?

i have this error
You cannot install MySQL, because you do not have it set in options.conf file.
 
Back
Top