How to upgrade MySQL 5.0 to MySQL 5.1 in a cPanel server
Login as root and edit /var/cpanel/cpanel.config.
Replace :
mysql-version=5.0 with
mysql-version=5.1
Finally run: /scripts/mysqlup
Related posts:
How to upgrade MySQL 5.0 to MySQL 5.1 in a cPanel server
Login as root and edit /var/cpanel/cpanel.config.
Replace :
mysql-version=5.0 with
mysql-version=5.1
Finally run: /scripts/mysqlup
Related posts:
August 9th, 2011 at 9:27 am
the correct information is
find mysql-version=5.0 not server
and replace it with mysql-version=5.1
August 9th, 2011 at 3:39 pm
You are right, I’ve updated the post based on your comment.