hi guys hope you can help me with this one. I am trying to figure out how to use the grant priveleges. This is what i did.

grant insert on test.* to sally;


then i logged in using this

mysql -D test -u sally

However, I am still able to do select statements when i only granted insert privelege. Any suggestions?

thnx in advance