• 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.

Plesk 10 geht nach upgrade nicht mehr.

S

Stargate75

Guest
Seit ich von plesk 9.2 auf 10.3.0 geupdated habe geht das panek nicht. Wenn ich versuche drauf zu gehen kommt diese fehler meldung.

ERROR: Zend_Db_Adapter_Exception
SQLSTATE[HY000] [2000] mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file

0: Abstract.php:143
Zend_Db_Adapter_Pdo_Abstract->_connect()
1: Abstract.php:417
Zend_Db_Adapter_Abstract->query(string 'SELECT 1', array)
2: Abstract.php:230
Zend_Db_Adapter_Pdo_Abstract->query(string 'SELECT 1')
3: Abstract.php:160
CommonPanel_Application_Abstract::initDbAdapter()
4: Abstract.php:118
CommonPanel_Application_Abstract->_initDbAdapter()
5: Abstract.php:39
CommonPanel_Application_Abstract->run()
6: Abstract.php:24
CommonPanel_Application_Abstract::init()
7: auth.php3:148
 
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Administrator>%plesk_bin%\database.exe" --repair-mysql-dbusers
Der Befehl "C:\Program" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
 
Not Work.

C:\Program Files (x86)\Parallels\Plesk\bin>call database.exe --repair-mysql-dbus
ers
SQLSTATE[HY000] [2000] mysqlnd cannot connect to MySQL 4.1+ using the old insecu
re authentication. Please use an administration tool to reset your password with
the command SET PASSWORD = PASSWORD('your_existing_password'). This will store
a new, and more secure, hash value in mysql.user. If this user is used in other
scripts executed by PHP 5.2 or earlier you might need to remove the old-password
s flag from your my.cnf file
 
MySQL 5.0 verwendet ein Authentifizierungsprotokoll auf einem Passwort-Hashing-Algorithmus, der nicht mit, dass von den älteren (vor Version 4.1) Kunden eingesetzt wird.
Das Problem ist jetzt, dass Ihre MySQL-Server eine alte Authentifizierungs-Mechanismus, die mysqlnd nicht in der Lage zur Einhaltung verwendet. mysqlnd muss das neue 41 Byte vergessen, dass mit MySQL 4.1 eingeführt wurde (so können Sie nicht auf MySQL-Server <4,1 connect). So aktualisieren Sie Ihren Benutzernamen Tabelle, um die neue Passwort-Schema müssen Sie die SET PASSWORD-Befehl auf Ihrem MySQL-Server verwenden, z. B. zu verwenden:
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('mypassword');
http://rabaix.net/en/articles/2009/09/21/php5-3-and-mysqlnd-authentication-issue
 
Last edited:
Back
Top