• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue PhpMyAdmin error on Ubuntu 16.04.1

jth

New Pleskian
OS: ‪Ubuntu 16.04.1 LTS‬
Product: Plesk Onyx 17.0.17 Update #3

When I update plesk, I always get errors about phpmyadmin.
With dpkg-reconfigure, I get more details.
_____________________________

root@backend1:~# dpkg-reconfigure psa-phpmyadmin
===> Installing phpMyAdmin
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Trying to create pmadb... ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

WARNING!
Some problems are found during create pmadb(see log file: /var/log/plesk/install/plesk_17.0.17_installation.log)

Continue...

===> Installing phpMyAdmin
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Trying to create pmadb... ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

WARNING!
Some problems are found during create pmadb(see log file: /var/log/plesk/install/plesk_17.0.17_installation.log)

Continue...

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

WARNING!
Some problems are found during create pmadb(see log file: /var/log/plesk/install/plesk_17.0.17_installation.log)

Continue...

root@backend1:~#
 
Hi jth,

pls. see: => #49 <= and be informed, that this "error" doesn't affect Plesk, PHPmyAdmin, or any depending configuration and the Plesk usage at all.
Yes, you are correct, it really should be corrected, so that instead of "root", the user "admin" should install the initial pmadb settings, but Plesk don't seem to care much about this "beauty mistake", since this issue appears for years now. :p:D
 
Hi All,

i got the same problem... I changed the standard path for my backups in /etc/psa/psa.conf -->

# Backups directory
DUMP_D /var/myBackupfolder
DUMP_TMP_D /tmp

during the Plesk update he tries to dump my SQL into this folder and the psaadm (Plesk Admin User Account) didn't have the right to change the file permission on the database dump file.
I used DUMP_D /tmp for the update process and it works like a charm! =)

Cheers
Franky
 
Back
Top