Dec
22
Update MySQL with Directadmin
Tue, 12/22/2009 - 19:08
Updating MySQL is a piece of cake with the custombuild tool. You just need to make sure the option 'mysql_inst' is set to 'yes' in the options.conf file; if not the MySQL update will be skipped.
#ssh into the server as root user and go to the custombuild folder cd /usr/local/directadmin/custombuild #check if the option 'mysql_inst' is set to 'yes', if not edit the options.conf file cat options.conf | grep mysql #update custombuild itself ./build update #and finally update everything ./build update_versions
Tags:

thanks
Post new comment