• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

After migration, plesk still use old mysql password style

D

DavideP

Guest
Hi,

We have migrated from an old 9.5 plesk version to a new 10.4.

The problem is that if i change password, or i create a user (also of a new customer) in a mysql database, the password are created or updated with the old mysql style.

The server is working correctly, btw, also in php, with admin user with the new password style and all the imported users with old password style, what is not working is the database web admin button in the user control panel.

we want the opposite of:
http://kb.parallels.com/en/1758
so not setting old password style for all users, but new password styles for all users.
in psa.misc we have "mysql41_compatible" = "true".

right now, i have fixed setting the password with phpmyadmin (new style), but i need a stable fix because if a new user is created or if a password id updated, this will be done with the old mysql password style.

thanks,
Daniele Palumbo
 
Plesk 11 automatically converts MySQL passwords into new format for all known users on upgrade.

In Plesk 10 you could comment out 'old_passwords=1' in MySQL configuration file and restart MySQL. This will enable using new password hashing scheme for all uses of PASSWORD() function (including creation of new users). Of course, old passwords mode can be enabled in other ways (e.g. via --old-passwords daemon option). Consult MySQL documentation if editing configuration file will not help.

[Edit] Regarding "mysql41_compatible" parameter in misc table. I don't think it is used in Plesk 10 at all.
 
Last edited:
Back
Top