• 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

PLESK after Upgrade to 10.4.4 PHPMA PLESK 10.4.4 #1045 - Access denied for user

B

BastianS

Guest
Hello,

after Upgrading my Paralles Plesk to Version 1.4.4 i got a PLESK 10.4.4 | #1045 - Access denied for user ...| When i open PHPMA with the Control Panel.

any Ideas or Fixes ?

betst regards from germany and sorry for my Bad Englisch
 
What version of PHP do you have? PHP 5.3 version, for example, refuses to use old_password connections schema. In this case you can try to fix it with

"%plesk_bin%\database.exe" --repair-mysql-dbusers
 
similar problem, no solution

I have the same error and %plesk_bin%\database.exe" --repair-mysql-dbusers did not fix the issue. I am running 10.4.4 on a windows server. Any additional thoughts?
 
Found the cause, now a fix?

I found what was causing the problem. By default Plesk creates users with permissions to log on from '%' however this does not include 'localhost' I was able to fix the login issue by adding 'localhost' permissions to the user; however now i need to do this every time a DB user is created.

Is there a way to change the default settings for user creation in Plesk? that would fix the problem.
 
Back
Top