Re: Disable SQL DELETE for some database tables

2004-02-11 Thread Egor Egorov
"vitaly" <[EMAIL PROTECTED]> wrote: > How can I disable the option of SQL DELETE of data from MySQL4.x database for some > specified tables? Or even for all the database tables? Don't grant DELETE privilege for those users. -- For technical support contracts, goto https://order.mysql.com/?ref=

Disable SQL DELETE for some database tables

2004-02-11 Thread vitaly
Hi group, How can I disable the option of SQL DELETE of data from MySQL4.x database for some specified tables? Or even for all the database tables? 10X.