Sorry to reply yet again, but I think I have the solution.  After doing all we 
have said above I added

grant select(ID_Num) on sampdb.secrettable to 'user'@'localhost' identified by 
'password';

and of course updates and deletes are done via

update secrettable set secretinfo="blah" where ID_Num=2;

So far as I've been testing this seems to work while preventing the user from 
ever selecting what's in the other secrettable columns.

Thanks again!

Todd
 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to