Phpmyadmin doesnt work. Please help me

tihp

Verified User
Joined
Oct 24, 2003
Messages
7
When I access PhpMyAdmin, it prompts username/pass which I would enter in something like 'domain_admin'/'password'
then the following would show up.

http://65.77.219.37/phpmyadmin_error.jpg

Please note that the username/password must be correct to by pass the popup prompt.

Thank you,
Hieu Pham
 
If you tried to find phpmyadmin related issues you would find one similar case...

Hello,

There is a weird php bug for some people with output buffering. By turning it off, it should work. Just paste the following into your command line as root:

code:--------------------------------------------------------------------------------
/usr/bin/perl -pi -e 's/\$mode = 1;/\$mode = 0;/' /var/www/html/phpMyAdmin-2.5.0/libraries/ob.lib.php--------------------------------------------------------------------------------


John

> http://www.directadmin.com/forum/showthread.php?s=&threadid=719
 
Back
Top