When I log into mysql with

[root mysql]# mysql -u root -p

and enter the password, I have access to mysql.

Then I type in

grant all on * to todd identified by 'mypassword' with grant option;

Now when I do a

select * from users;

All of the privileges for todd have N's.  Have I missed something here?

Todd
--
Todd Cary
Ariste Software
2200 D Street Extension
Petaluma, CA 94952
707-773-4523
[EMAIL PROTECTED]



---------------------------------------------------------------------
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