Jump to content

Installed php Myadmin but keep getting Access denied


runnerjp

Recommended Posts

I have just installed phpMyAdmin 2.11.10 but when i go to the login page all i get is

 

Error

MySQL said: 

 

#1045 - Access denied for user 'root'@'localhost' (using password: NO)

 

Below is my config.inc.php

 

<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.11.10 setup script by Michal ÄŒihaÅ™ <[email protected]>
* Version: $Id: setup.php 13149 2009-12-07 13:09:09Z nijel $
* Date: Thu, 04 Feb 2010 22:15:31 GMT
*/

/* Servers configuration */
$i = 0;

/* Server localhost (config:root) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'http';

$cfg['Servers'][$i]['AllowDeny']['order'] = '';

$cfg['Servers'][$i]['AllowDeny']['rules'] = array();



/* End of servers configuration */

 

Should it just come up with a login sceen asking for my details and i can then login??

 

Am i supposed to do something with Configure server??

Make sure that the login details you are entering correct.

it seems you are login to the phpmyadmin with mysql username(root) with blank password.

but where as your mysql password is not blank.

 

you have to login with phpmyadmin with mysql username ans password

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.