Mysql wont update when i run ./build mysql

THN Data

Verified User
Joined
Jun 2, 2013
Messages
39
I have tried to update mysql for some time now but it dont work.

I get the error.
Code:
Failed to download http://files.directadmin.com/services/all/mysql/debian/64-bit/mysql-5.6.34-linux-x86_64.tar.gz. Exiting...

If i look into the directory i cant find the file the update tries to find. It's not in the directory. How to solve this? any ideas?

2016-10-22_10-50-33.png

Best regards
Jukka
 
try to use diff download server, edit /usr/local/directadmin/custombuild/options.conf, then set downloadserver=files9.directadmin.com
 
The easiest way to fix this was to migrate to MariaDB instead.

Worked flawless with the Custombuild plugin.

So all good again.. Perhaps also a good idea to migrate over anyhow.

Best regards
Jukka
 
Hello,

Run this to upgrade MySQL to 5.6.x on Debian server:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set mysql_force_compile yes
./build mysql
 
Back
Top