MySQL Forums
Forum List  »  MySQL Query Browser

table rights
Posted by: Rajen Shah
Date: September 30, 2005 02:51PM

Hi All
I am using mysql-5.0.13 and mysql query browser 1.1.5
I have created user 'testing' and database test & table data
I had given select and insert rights to testing user with following command
GRANT Select,Insert ON test.data TO testing
I cross checked mysql.tables_priv table , there testing has only select and insert rights.
when i login as testing , its allows me to delete record from test.data table.
can anyone tell me , how can testing delete records from test.data when he do not have delete rigths.

Options: ReplyQuote


Subject
Written By
Posted
table rights
September 30, 2005 02:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.