On Sunday, September 29, 2002, at 09:21  24h, Insanely Great wrote:

> Thx....
>
> Well I have one more question....
>
> What is the exact GRANT SQL statement for giving column level 
> privilege.
> Whatever text I have read till now allow me to give table level 
> privilege. I
> am unable to give a column level privilege.

Grant Select (colum_name1), Select (Column_name2) on 
database_name.table_name to whoever@"%" identified by 'password'
--
Clayburn W. Juniel, III -- Effective Software Solutions
Phone: (602) 326-7707    Mobile: (602)326-7707
Email: [EMAIL PROTECTED]
http://EffectiveSoftwareSolutions.com
--


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