Jump to content

Installing MySQL


robmiller

Recommended Posts

I\'ve installed MySQL 4.0.14 on Windows XP. I\'m running the Xitami webserver with PHP installed.

 

However, there\'s a problem.

 

Whenever I try to connect to the database, with PHPMyAdmin or with a database manager, or through a PHP script, it gives me this error:

 

#1045 - Access denied for user: \'rob@localhost\' (Using password: YES)

 

 

 

Any ideas guys? It\'s probably a noob mistake, but I\'m new to MySQL.

 

 

 

Thanks everyone,

 

Rob

Link to comment
Share on other sites

either your password is incorrect, or that user does not have permissions to access the specified database. for the former, check your spelling and case; for the latter, login into the command interface via root and run a grant statement.

Link to comment
Share on other sites

have you tried via the web or the command line? are you absolutley sure what your root password is? you may want to get the instructions from mysql.com of how to reset it to be sure. try using a blank password -- i believe that is the default. the only other thing i can think of is file permissions, however i am not sure how these are handled in windows.

Link to comment
Share on other sites

Hi rob,

 

when you are connecting, are you using an IP address or are you using localhost, when you are running it locally localhost works best. Just thought Id mention that cos when I set up phpmyadmin I had that same error message you are getting, then I changed the IP address to localhost and it went away. Just a thought

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.