> the GRANT command errors out when the domain name has a '-' dash in it.
>
>
>
> mysql> grant Select, Insert, Update, Delete on X.* to [EMAIL PROTECTED]
> identified by 'X';
> ERROR 1064: You have an error in your SQL syntax near '-tech.net
identified
> by 'X'' at line 1

Try

grant Select, Insert, Update, Delete on X.* to 'X'@'X.f-tech.net'
identified by 'X';

Sincerely,

Craig Vincent


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to