Link to home
Start Free TrialLog in
Avatar of nphoenix
nphoenix

asked on

phpMyAdmin 2.8.2 setup

I am new to php, i installed mysql to use with dotproject.net. I want to add phpMyAdmin, I unzipped it and created a subfolder from my current site named phpMyAdmin.

On my win2k box with iis I set iuser to have read write for all folders and try to run phpmyadmin/scripts/setup.php. I enter root user and password. It created an empty config.inc.php file now that i manually created a phpMyAdmin\config subfolder.

setup.php tells me after save:
You didn't set phpMyAdmin database, so you can not use all phpMyAdmin features.
Remember to protect your installation while using config authentication method!
Changed server localhost (config:root) [1]

phpmyadmin/index.php tells me:
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error
MySQL said:  

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



is there a sample config.inc.php i should manually edit? When install instructions say "Look at
    libraries/config.default.php how these fields should be defined" does this mean simply copy and rename config.default.php to config.inc.php and edit it to have a valid file?
ASKER CERTIFIED SOLUTION
Avatar of Richard Quadling
Richard Quadling
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nphoenix
nphoenix

ASKER

This worked. Any suggestion or concern on why the scripts/setup.php failed?
I believe you have to do the configuration manually. I've always done it manually, so not sure what's changed.
Thanks again - i am new to PHP , the docs said run /scripts/setup.php which does ask the right questions but in my case it creates an empty config.inc.php. Ok i'm over it . Thanks for your help.