NOTE : To be on the safe side, Please take backup of your server before proceeding with the steps.
It is possible to upgrade mysql in plesk server. To achieve this you need to follow the following setups :
Set up the atomic channel
Upgrade to Mysql 5.1
Disable the BERKLEY storage engine.
Quote:
Open /etc/my.cnf
comment line contains
skip-bdb
|
Update MySQL table
Quote:
|
mysql_upgrade -u admin -p
|
Issue the following command from the shell:
Quote:
mysqlcheck --check-upgrade --all-databases --auto-repair -u admin -pyouradminpassword
and
cat /usr/share/mysql/mysql_fix_privilege_tables.sql | /usr/bin/mysql --no-defaults --force --user=admin --password=youradminpassword --host=localhost --database=mysql
|