Re: Disable SQL DELETE for some database tables
"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
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.