Jump to content

Problem with phpMyAdmin


jeva39

Recommended Posts

I install phpMyAdmin and configure with this config.inc.php file:


[code]<?php
$i=0;
$i++;
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user']          = 'root';
$cfg['Servers'][$i]['password']      = 'mypassword';
?> [/code]

Appears the [b]Connect to localhost [/b] window but don't accept User/Password and never permit access the app.

Please, what is wrong?

Thanks
Link to comment
https://forums.phpfreaks.com/topic/20180-problem-with-phpmyadmin/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.