At 6:18 PM +0100 11/25/99, Maxime Saby wrote:
>mysql> GRANT ALL PRIVILEGES ON *.* TO wise@localhost
> -> IDENTIFIED BY 'wise' WITH GRANT OPTION;
>Query OK, 0 rows affected (0.01 sec)
>
>Where can i see the result of the precedent statement ?
What do you mean by "the result"?
If your version of MySQL is quite recent, you can try:
SHOW GRANTS FOR wise@localhost;
If you mean "did the GRANT statement work?", just try to connect
as wise and do some stuff with the database.
--
Paul DuBois, paul@stripped