|
In order to resolve this issue, please peform the following commands within SSH: 1) umount -l /tmp 2) service mysql stop 3) mv /etc/my.cnf /etc/my.cnf.BAD 4) /scripts/mysqlup --force This will unmount the /tmp directory from your server then upgrade MySQL.
Once completed,make sure you run the following command to remount and secure your /tmp mount again. 1) /scripts/securetmp You may be required to perform the unmount command a few times before proceeding to step 2. Should you have any issues in doing this, please lodge a support ticket requesting assistance.
|