Access denied for user: 'ruzly@127.0.0.1'

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
emaxtechnology
Forum Newbie
Posts: 1
Joined: Tue Jul 03, 2007 5:51 am

Access denied for user: 'ruzly@127.0.0.1'

Post by emaxtechnology »

Dear Friends

Please help to solve the following error.

Warning: Access denied for user: 'ruzly@127.0.0.1' (Using password: YES)

When I login to the page above mentioned error displayed. if any body can help to solve this error?

Thanks
M. Broos
User avatar
Gente
Forum Contributor
Posts: 252
Joined: Wed Jun 13, 2007 9:43 am
Location: Ukraine, Kharkov
Contact:

Post by Gente »

Seems that you have problems with MySQL connection.
Try to use 'localhost' instead of IP as DB Server.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Sounds like you've just got the wrong credentials.

127.0.0.1.... Is this a local installation? Your login may be 'root' with an empty password.
User avatar
ReverendDexter
Forum Contributor
Posts: 193
Joined: Tue May 29, 2007 1:26 pm
Location: Chico, CA

Post by ReverendDexter »

While I'm hestitant to help anyone with a homonym of "Emacs" in their nick ... ;)

Are you sure that user 'ruzly' not only has proper permissions, but has permissions from where you're trying to access? You don't specify that you're using MySQL, but running under that assumption, MySQL is set up to have different permissions for local and remote access. Do you get the error both at the local machine and connecting to it remotely? Also, are you specifying which database to connect to?
Post Reply