Read error on update killed mysql

jet1972

Verified User
Joined
Jul 8, 2011
Messages
256
Did the default procedure to update DA components:
./build update && ./build update_versions

But this time there were several read-errors with mariadb and the Direct Admin update script apparently did not handle this situation correctly and now mysql server is down!

./build mysql did not help.

How to proceed?
 
Did the default procedure to update DA components:
./build update && ./build update_versions

But this time there were several read-errors with mariadb and the Direct Admin update script apparently did not handle this situation correctly and now mysql server is down!

./build mysql did not help.

How to proceed?


As no one replied and if some one gets in this same situation here is what I did to solve the problem:

1. Deleted the broken mariadb download file from /usr/local/
2. Proceed with ./build set_fastest && ./build mysql

This solved the problem.

BUT DA scripts should be more robust so this kind of situation should never happen.
 
Last edited:
My guess is that you was on files6, so many times I see in the forum users having trouble because of broken download from files6.
 
Back
Top