cd /usr/local/directadmin/custombuild/
./build set mysql_inst mariadb
./build set mariadb 10.0
./build update
./build mysql
Hi, you can use:
Code:cd /usr/local/directadmin/custombuild/ ./build set mysql_inst mariadb ./build set mariadb 10.0 ./build update ./build mysql
Regards
First thing, to switch to MariaDB you should have an "update-compatible" version, so, what MySQL version are you using?
Second, yes, that's gonna take the last stable.
Regards
Custombuild has support for newest MariaDB 10.1.x, and has supported it for a long time already. I am running MariaDB 10.1.17 on all my servers.
However, maybe it is best fok Tommyhara to upgrade to MariaDB 10.0.x first, and then upgrade to MariaDB 10.1.x, I am not sure if it is needed, but "better safe then sorry".
MySQL 5.5 is compatible for update to MariaDB 10.0
Not sure if CB already support MariaDB 10.1
Regards
[mysqld]
local-infile=0
bind-address = 127.0.0.1
default-storage-engine=MyISAM
innodb_file_format=Barracuda
innodb_file_per_table=1
open_files_limit = 2048
innodb_max_dirty_pages_pct = 0
performance_schema=off
slow_query_log = 1
slow_query_log_file=/var/log/mysql/slow-queries.log
long_query_time = 10