phpMyAdmin 2.11.5 ... Access Denied
Posted by: m117 (---.idm.net.lb)
Date: April 08, 2008 04:35PM

Hi all,

I have just installed WampServer 2.0 without changing any of the files.
Everything else seem to be working normally except phpMyAdmin.

When trying to access phpMyAdmin from the [localhost] I get the following:

" Welcome to phpMyAdmin 2.11.5

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration 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)"


Anyone has a clue?

Options: ReplyQuote
Re: phpMyAdmin 2.11.5 ... Access Denied
Posted by: yfastud (Moderator)
Date: April 08, 2008 05:22PM

Did you setup password? check Setup Pasword guide on my personal website and skip steps you've already done

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: phpMyAdmin 2.11.5 ... Access Denied
Posted by: m117 (---.idm.net.lb)
Date: April 08, 2008 08:16PM

I have 3 MySQL servers running different applications. I cannot afford to remove them from my PC.

Please can you suggest the right direction to configure phpmyadmin to point to the correct MySQL server?

Thanks in advance.

Options: ReplyQuote
Re: phpMyAdmin 2.11.5 ... Access Denied
Posted by: stevenmartin99 (193.120.116.---)
Date: April 08, 2008 08:20PM

you will probably need to change wamps mysql port that it is running on. In the my.ini file there is 2 or 3 palce that needs to be changed from 3306 to a different number. Maybe 3307 if the other two versions are not using it. Also in ur config.ini in the php myadmin folder ul need to set the port number... Ul see the line port = '' just put the port number in as by dafault blank is 3306

Options: ReplyQuote
Re: phpMyAdmin 2.11.5 ... Access Denied
Posted by: hambuler (---.cpe.net.cable.rogers.com)
Date: April 08, 2008 09:18PM

m117 Wrote:
-------------------------------------------------------
> I have 3 MySQL servers running different
> applications. I cannot afford to remove them from
> my PC.
>
> Please can you suggest the right direction to
> configure phpmyadmin to point to the correct MySQL
> server?
>
> Thanks in advance.


The other alternative is you can import and export mysql databases among the mysql servers. Eventually, there is only one mysql server needed to take care of all database. If you insist on using three mysql servers simultaneously, you can specify all of them using the same databases in my.ini files.

Options: ReplyQuote


Sorry, only registered users may post in this forum.