> i dont think there's any privilege called "ALL PRIVILEGES". You need to say
> just "ALL", like:
>
> GRANT ALL ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY
> '12345678' WITH GRANT OPTION;
> GRANT ALL ON *.* TO newuser@"%" IDENTIFIED BY '12345678' WITH
> GRANT OPTION;

Maybe you should read the documentation before saying such nonsense?
There's no "ALL", but of course the "ALL PRIVILEGES".


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to