Force mariadb 10.1 while ./build all d

exlhost

Verified User
Joined
Jan 13, 2017
Messages
233
Location
NL
Hi DA guru's

Is there are way to force mariadb 10.1 when runnig ./build all d command
It says when running this command, that this version of mariadb 10.1 is already installed

when mysql_force_compile set to yes then mariadb 10.1 wont run with ./build all d ?

dont know if this is a problem

Please advice
 
Last edited:
Hello,

If you don't need to have mysql_force_compile=yes on CentOS server. You should disable it to have mysql_force_compile=no.

To see what versions you have run:

Code:
./build versions

and
Code:
mysql -V
 
Thanks for your reply

by default is it set to --> no

what is this option for? what will happen when i set mysql_force_compile=yes

Thanks in advance!
 
Back
Top