jeva39 Posted September 8, 2006 Share Posted September 8, 2006 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 More sharing options...
acdx Posted September 8, 2006 Share Posted September 8, 2006 Wrong password? Link to comment https://forums.phpfreaks.com/topic/20180-problem-with-phpmyadmin/#findComment-88735 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.