Derek Sivers writes:
> When I type this command at the mysql prompt...
>
> grant all privileges on *.* to derek@localhost;
>
> .. is it supposed to say "0 rows affected"?
> Or does that mean it didn't work?
>
Hi!
Mysql monitor reports always number of rows affected. Grant usually
affects several rows, but does not report back, as it is truly not
important. Actually, it is a 'higher level' command which abstracts
users from such truly unnecessary details.
Sinisa
+----------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == mysql@stripped |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:sinisa@stripped|
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Larnaka, Cyprus |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+----------------------------------------------------------------------+