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

Question phpMyAdmin prompts for pswd after cpanel>plesk migration

GlennT

Basic Pleskian
Hello,

I've recently performed large migration from cpanel to plesk and now phpMyAdmin prompts for password on every domain user.

I tried going into Plesk DB manager and assigning database to the user and then checking: 'Use this user's credentials by default for accessing phpMyAdmin'

It doesn't work and still prompts for password.

Anyone have any suggestions on how to fix this?

thx
G
 
Check that you have line

$cfg['Servers'][$i]['auth_type'] = 'config';

instead of

$cfg['Servers'][$i]['auth_type'] = 'cookie';

in phpMyAdmin config file config.inc.php
 
Thanks Igor but where is this file located?

I checked /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin and see config.manyhosts.inc.php in examples directory file but this doesn't appear to be correct file.

I don't see config.inc.php in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin

Thanks
G
 
I mean /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/config.sample.inc.php that may be renamed to /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/config.inc.php
 
Hello Igore,
I had this strange issue on a server after I migrated from Cpanel, phpmyadmin always asks for passwords and says,
"Enter the password to log in as the database user user"
I tried your mentioned trick without success and I can't fix manually phpmyadmin credentials for more than 200 databases!
Please help.
 
Hello @menderes,
I don't think it's related, I use the latest version of Plesk and extensions, also the databases users were migrated and web sites are working fine on new server, it's just phpmyadmin can't login to databases without entering passwords for those databases.
So I have to lookup the passwords of databases so I can use phpmyadmin!
 
Hi menderes,
I think because Plesk uses different encryption than Cpanel so it couldn't migrate Phpmyadmin credentials from cpanel, this also happened to me with FTP passwords as I had to reset it on Plesk for the same reason, I asked Plesk team for advice or any recommendation or even to verify if I am wrong or right! silence is the answer! Hello Plesk team!.
 
Back
Top