jetpacmidge Posted August 29, 2006 Share Posted August 29, 2006 Hi,I am using Apache Web Server v 1.3, PHP v 5.1.3 and MYSQL 5.0.21 and have installed PHPMyAdmin v 2.8.1. on Windows XP.When logging into PHPMyAdmin I get the following Error msg :-ErrorMySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: NO) Copy of config.inc.php script ...<?php$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/phpMyAdmin/';$cfg['Servers'][$i]['host'] = 'localhost';$cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root';$cfg['Servers'][$i]['controlpass'] = '';$cfg['Servers'][$i]['password'] = 'gemini'; ?> If I include or exclude the user and password in the script I still get the same error msg. I know that the passwords are correct as I can access mysql using root and its password.Thanks. ;D Quote Link to comment Share on other sites More sharing options...
fenway Posted August 29, 2006 Share Posted August 29, 2006 Well, you're not providing a password.. .thought I'm not familiar with this wrapper. Quote Link to comment Share on other sites More sharing options...
Corona4456 Posted August 29, 2006 Share Posted August 29, 2006 [quote author=jetpacmidge link=topic=106115.msg424121#msg424121 date=1156870907]I know that the passwords are correct as I can access mysql using root and its password.[/quote]How do you try to access mysql? Through the command line?Try inputting no password when logging in. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.