MYSQL remote HELP!
Posted: 06 July 2010 01:58 PM   [ Ignore ]
Newbie
Rank
Total Posts:  6
Joined  2010-07-06

grant all on *.* to (JavaScript must be enabled to view this email address) identified by ‘PASSWORD;
ERROR 1045 (28000): Access denied for user ‘’@‘localhost’ (using password: NO)

no matter what i try i always get the access denied for user.

I am new to mysql on linux

Profile
 
 
Posted: 06 July 2010 02:23 PM   [ Ignore ]   [ # 1 ]
Administrator
RankRankRankRank
Total Posts:  249
Joined  2008-12-18

Not sure if you’re connecting via command-line client or using a tool, but it doesn’t appear the proper parameters are being passed. I can tell because when using password = NO then there’s no password being passed in. Normally, a command-line syntax looks like:

mysql -h yourserver.numerexfast.com -u username -p

Then it should prompt for your password.

Profile
 
 
Posted: 06 July 2010 03:00 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  6
Joined  2010-07-06

When i use that command line it just hangs nothing is returned just sits there? I will try it again later. Unless anyone knows why it just hangs there

Profile