MySQL Forums
Forum List  »  Newbie

Re: Error #1064 SQL syntax at line 1 - strange characters
Posted by: Josh Goldberg
Date: September 05, 2011 02:51AM

I'm getting the same error for a different reason.

mysql> use mysql
UPDATE user
SET Password PASSWORD ('password')
WHERE user 'root';

Trying to set the password on mysql database.

I took out the semicolon after ('password')
but it still keeps showing up in this post.



Edited 2 time(s). Last edit at 09/05/2011 02:54AM by Josh Goldberg.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.