This is a discussion on Error 1064 on 'SET PASSWORD' within the MySQL forums, part of the Database Server Software category; --> Hello group & happy New Year, I have a two-line script that's failing with error 1064: CREATE USER 'LinqUser'@'%'; ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello group & happy New Year, I have a two-line script that's failing with error 1064: CREATE USER 'LinqUser'@'%'; SET PASSWORD FOR 'LinqUser'@'%' = PASSWORD('linq2'); Result: You have an error in your SQL syntax; check the manual that corresponds .... ... near '; SET PASSWORD FOR 'LinqUser'@... Each line succeeds, when executed individually. Apologies if it's something trivial. I am using a 'Script tab' in MySql query browser 1.1.20 (on windows). Database version: 5.0.22-community-nt. Any ideas? Thanks for any advice, George Linq to Mysql project: http://code2code.net/Linq_Mysql/ |