• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

New Username/password problem after 'hotfixes'

R

rembrandt

Guest
Hello,

After installing these 'hotfixes':

hotfix75051115.01
hotfix75051209.16

Database connections for newly created users fails. Whenever a database is created, with username and password and people want to connect they get a message that they´ve entered an incorrect username/password.

However, when an 'old' database is used (and username or password aren´t changed, they can connect without any problems.

Looks like these 'fixes' have broken something.
 
The content of these fixes is this:

psa-hotfix75051115.01:

Code:
Trying to replace files and set up right permissions... `/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/htdocs/j
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/htdocs/server/configure.php3' -> `/usr/local/psa/admin/htdocs/ser
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.ConfigureForm.php' -> `/usr/local/psa/admin/plib/class
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/templates/configure.tpl' -> `/usr/local/psa/admin/plib/templ
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.IPAddressesList.php' -> `/usr/local/psa/admin/plib/cla
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.IPAddress.php' -> `/usr/local/psa/admin/plib/class.IPA
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.IPAddForm.php' -> `/usr/local/psa/admin/plib/class.IPA
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/sbin/ifmng' -> `/usr/local/psa/admin/sbin/ifmng'
done


hotfix75051209.16:

Code:
Trying to stop Admin server... /usr/local/psa/admin/bin/httpsdctl stop: httpd stopped
Stopping Plesk:  ^[[60G[  ^[[0;32mOK^[[0;39m  ]
done
 Trying to replace files and set up right permissions... `/usr/local/psa/tmp/hotfix-75051209.16//usr/local/psa/admin/bin/http
`/usr/local/psa/tmp/hotfix-75051209.16//usr/local/psa/admin/sbin/statistics' -> `/usr/local/psa/admin/sbin/statistics'
`/usr/local/psa/tmp/hotfix-75051209.16//usr/local/psa/admin/libexec/mod_rewrite.so' -> `/usr/local/psa/admin/libexec/mod_rewr
 Trying to start Admin server... Processing config directory: /usr/local/psa/admin/conf/httpsd.*.include
/usr/local/psa/admin/bin/httpsdctl start: httpd started
Starting Plesk:  ^[[60G[  ^[[0;32mOK^[[0;39m  ]
done

So my best guess is that hotfix75051115.01 is to blame.....
 
Add line:
Code:
old_passwords = 1
to my.cnf, restart MySQL seems to have done the trick....
 
Back
Top