MySQL Forums
Forum List  »  Newbie

Re: syntaxError: unexpected identifier in shell mysqladmin -u
Posted by: Dimi Tree
Date: September 29, 2017 10:15AM

thanks very much, i corrected the code, but something else still seems to be wrong as i still get the same message.
this is copied from the command window:
mysql-js> mysqladmin -uroot password test
SyntaxError: Unexpected identifier
mysql-js> mysqladmin -uroot password 'test'
SyntaxError: Unexpected identifier
mysql-js> mysqladmin -uroot password "test"
SyntaxError: Unexpected identifier

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.