mysql 5.3 to mariadb 10

guliver

Verified User
Joined
Nov 15, 2016
Messages
14
Hello guys,
i want to isntall mariadb on my server
now on my server i installed mysql 5.3
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set mariadb 10.0
./build set mysql_inst mariadb
./build mysql
this dont work for me. i have this error after ./build mysql
You cannot install MySQL, because you do not have it set in options.conf file.
 
Hello,

You are probably running custombuild 1.x. Check version with this:

Code:
./build version
 
how can i rebuild this? :)
i want, php 5.3 + mariadb 10
./build version
1.2.41

and how can i install 2 versions of php(5.3 and 7.0) on my server and switch php version for domains?

sorry for bad english
 
thanks, everythink for perfect, but phpmyadmin say this error
phpMyAdmin - Error

Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
 
thanks

i have rebuild php + appache and then install latest versions of phpmyadmin and problem resolved.
 
Back
Top