Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Phpmyadmin in WHM keeps prompting for a username and password  (Read 2696 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
While trying to login to Phpmyadmin in WHM, it keeps prompting for a username and password. This is the Fix I found :-

=======
1)Open the file  /etc/wwwacct.conf  and check the value of minuid. If it is less than 99 change it to 100. Then remove the following users from the server.
==========================
[root@server ~]#userdel cpanel-horde
[root@server ~]#userdel cpanel-phpmyadmin
[root@server ~]#userdel cpanel-phppgadmin
==============================

2)Run upcp
[root@ourserver ~]#/scripts/upcp –force

This will recreate the users and fix the issue.  :) :) :) :) :)