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
https://forums.phpfreaks.com/topic/880-installing-mysql/
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
https://forums.phpfreaks.com/topic/880-installing-mysql/#findComment-2965
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
https://forums.phpfreaks.com/topic/880-installing-mysql/#findComment-2977
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.