How to Update Plesk 7.5.4 (Plesk 7.5 Reloaded) PHP and MYSQL must be worked in a situation below :
- CentOS/RHEL 4.x
- Non VPS
The actions will be different in CentOS3/RHEL3 and VPS
- Stop MySQL first before start all process
# /etc/rc.d/init.d/mysqld stop - Check yum packages are available before run yum update
# yum check-update - No need to update Open SSL, it depends on available yum packages
- stop httpd only, do not stop psa/plesk after it updated
# /etc/init.d/httpd stop
Stop psa/plesk causing psa off - Add this :
old_passwords=1in /etc/my.cnf
Related posts:





[...] PHP and Mysql Blog, CentOS/RHEL, Linux, Plesk•on August 9th, 2007•7 CommentsThis post has some additional informations. You will need to add command old_passwords=1 in /etc/my.cnf when update Plesk 7.5 Reloaded PHP [...]