View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 09:36 AM
Peter H. Coffin
 
Posts: n/a
Default Re: how to block the insert on a table

On Thu, 16 Nov 2006 19:15:58 +0100, fab le motard wrote:
> Jeff Paffett a écrit :
>> fab le motard wrote:
>>> hello ,
>>> i would like to block a table,
>>> i would like that no insert is possible on a table ??
>>>
>>> do you have an idea ?
>>>
>>>

>> You can set privileges at table level.

>
>
> ok but i'm not the administrator of mysql ,
> i'm juste a user whith some tables ...


You can't block access to something that you don't have access to the
authorities of. Being able to do so would be a bug. If you don't have
GRANT, you can't. (hey, that rhymes!)

--
They got rid of it because they judged it more trouble than it was worth.
(And considering they'd gone to great lengths to minimize its worth,
I suppose they were right.)
-- J. D. Baldwin
Reply With Quote