>Any ideas why I get the following parse error after executing the command in
>Section 6.13 of the MySQL manual?
>
>[jdhoover@sqltest bin]$ mysql --user=root mysql
>Welcome to the mysql monitor. Commands ends with ; or \g.
>Type 'help' for help.
>
>mysql> GRANT ALL PRIVILEGES ON *.* to jdhoover@localhost IDENTIFIED BY
>'blahblah' with GRANT OPTION;
>ERROR: parse error near '*.* to jdhoover@localhost IDENTIFIED BY 'blahblah'
>with GRANT OPTION' at line 1
Is your version of MySQL older than 3.22.11?
--
Paul DuBois, paul@stripped