Cannot update: MySQL 5.7.33 update to 5.7.35 is available

sjaakfaal

Verified User
Joined
Feb 14, 2010
Messages
41
When i click the button "update" near "MySQL 5.7.33 update to 5.7.35 is available" i get:

Executing /usr/local/directadmin/plugins/custombuild/admin/build mysql...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/usr/local/mysql/data/mysql.sock' (2)
mv: 'mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz' and '/usr/local/mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz' are the same file

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Stopping mysqld ...
Done!
 
Could be a corrupted download of the .tar.gz file. Is your /usr partition full or almost full by any chance? Try to remove mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz and restart the installation.
 
Thank you for your reply. These are the contents of /usr/local:


lrwxrwxrwx 1 mysql mysql 35 Jul 12 15:58 mysql -> mysql-5.7.33-linux-glibc2.12-x86_64
drwxr-xr-x 9 mysql mysql 4096 Jul 12 15:58 mysql-5.7.33-linux-glibc2.12-x86_64
drwxr-xr-x 3 root root 4096 Sep 7 19:01 mysql-5.7.35-linux-glibc2.12-x86_64
-rw-r--r-- 1 root root 157106176 Sep 7 18:59 mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz

So it seems mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz is extracted to mysql-5.7.35-linux-glibc2.12-x86_64 but thats it?
 
Update.

In cd /usr/local
i removed mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz and the dir mysql-5.7.35-linux-glibc2.12-x86_64.

Started the update again, some errors but i lost them. But the update succeeded!
 
Back
Top