View Single Post
  #6  
Old 05-29-2003, 01:23 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

Quote:
this is the fix i tried...GRANT ALL PRIVILEGES ON eq.* TO image@133.133.13.13 IDENTIFIED BY 'bleh' WITH GRANT OPTION;

changed the info obviously but still got the same error


Failed to connect to database: Error: #1045: Access denied for user: 'bluedestiny@localhost' (Using password: YES)
Bonus points if you can spot whats wrong here..

Who@Where ?

You need to use @localhost in your grant command when connecting directly to the sql socket, You generaly only use TCP for connections to a remote database, in fact it's considered unsafe to even listen for TCP connections.
Reply With Quote