• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP5, I want it!!! But how?

I guess I don't really understand how the mysql packages are "mixed up" I got all 3 from mysql.com and the php-mysql is just your gateway to get the two to work together correct?

The reason why I can't use yum to upgrade mysql is because it doesn't recognize that it is installed. I don't think I really want to delete mysql from the server and install from your packages do I? I don't want to lose any of the current databases, users etc.

How can yum recognize mysql?
 
semi-sorta-kinda. They do things differently than I do, which prevents me from supporting their implementation. They use different naming conventions, init scripts, and as its effecting you, different paths to libraries.
 
So what is the correct way to get a mysql version running that Yum detects?

Would I do a "rpm -e" on the 3 mysql packages I have installed then install with yum? Would that destroy my current databases? I think previously the install of mysql via yum wasn't working because there were 2 conflicting versions on the server.
 
Back
Top