MySQL update 5.6.45 to 5.6.49

asmar

Verified User
Joined
Aug 29, 2005
Messages
102
Location
https://t.me/pump_upp
Hi all,

I click through the admin panel the "Update" and then next to "MySQL 5.6.45 update to 5.6.49 is available" also the update.
The process started by taking backups of the databases and then downloading the 5.6.49. After that, it says done but it doesn't move on to install it; it just downloads the tar file under /usr/local/directadmin/custombuild

How can I install it so I can upgrade from 5.6.45 to 5.6.49?
 
Login to the console and:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions

And it will update everything that has a pending update.
 
Thanks for the update.
The above throws the following error:

Attempting to compile a package from source...
Extracting mysql-5.6.49.tar.gz ...
Cannot find libaio.so.1. Please install libaio
apt-get install libaio1 libaio-dev
Cannot find mysql-5.6.49-linux-glibc2.12-x86_64 package for installation
 
Back
Top