• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

mysql5

If you try to install plesk 8.1 on CentOS4.4 with mysql5 installed from centosplus you will get:

Resolve components
ERROR: Impossible do installation while package mysqlclient14-4.1.14-4.2.c4.1.i386 is installed in system
Errors just before:
- Trying to find conflicts dependencies for package mysql-4.1.20-1.RHEL4.1.i386
- Unresolved conflict: necessary package mysql-4.1.20-1.RHEL4.1.i386 is conflicts with mysqlclient14-4.1.14-4.2.c4.1.i386. There is no upgrade solution or obsoleter for mysqlclient14, add to removable list mysqlclient14
- Find remove mode solution for package mysqlclient14-4.1.14-4.2.c4.1.i386

ERROR: Installation failed

Should mysql5 installed after plesk8.1 setup?
 
Here is how I managed to upgrade to MySQL 5.0.27 on Centos4 with Plesk 8.1:

After installing plesk and updating everything, as root execute:

yum --enablerepo=centosplus upgrade mysql

This worked like a charm for my Centos4 box. Plesk reports correct mysql-5.0.27 version.

Good luck everyone...
 
Back
Top