Forums Joomla!

phpMyAdmin login error

Subscribe to phpMyAdmin login error 3 post(s), 2 voice(s)

 
Avatar brint 2 post(s)

For some reason I am unable to login to phpMyAdmin after installation of the Joomla!Stack

http://localhost loads the joomla! welcome page. However, when I try to access the built-in phpMyAdmin installation at http://127.0.0.1/phpmyadmin

My root and admin account that I use to login to MySQL Query Browser, is not recognized for login to phpMyAdmin.

Below is a the error.log file from apache2/logs directory.

The installation build I used is bitnami-joomla-1.5.0-windows-installer.exe

entries for config.inc.php in apps\phpmyadmin\htdocs
$cfg‘Servers’[‘auth_type’] = ‘config’;
$cfg‘Servers’[‘user’] = ‘root’;
$cfg‘Servers’[‘password’] = ‘<mysql password>’;

I can login to mySQL using the MySQL Browser, however, I am unable to login to phpMyAdmin. What am I missing here?

 
Avatar antonio Administrator 487 post(s)

Hi brint,

PhpMyAdmin user is “administrator”, not root. Have you tried with that?

Cheers

 
Avatar brint 2 post(s)

hey thanks! administrator worked! i can now login to phpmyadmin.

Forums Joomla!