Add to Favourites Add to Favourites    Print this Article Print this Article

How to upgrade mysql with custombuild 2.0

To upgrade using the custombuild script, do the following:

cd /usr/local/directadmin/custombuild
./build set mysql 5.6
./build set mysql_inst mysql
./build set mysql_backup yes
./build update
./build mysql

Where mysql can be 5.1, 5.5, 5.6, 5.7 or 8.0.

A full raw sql backup will be run prior to the upgrade if you have mysql_backup=yes set.  It goes without saying, always make backups, either with this tool, or with other means.


Was this answer helpful?

Also Read