• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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