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Å™ <michal@cihar.com>
* 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??

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.