guyfromfl Posted March 14, 2007 Share Posted March 14, 2007 i cannot figure out why i can't get my mysql server to change the privilege. all i want to do is grant delete to user web_db for two tables in a database rpm so i thought it was (in the user database): GRANT DELETE to web_db@localhost ON tbl_image, tbl_album; but obviously not. thanks mark Quote Link to comment https://forums.phpfreaks.com/topic/42768-solved-priveleges/ Share on other sites More sharing options...
guyfromfl Posted March 14, 2007 Author Share Posted March 14, 2007 sorry i got it. it was GRANT DELETE ON tbl_album TO web_db; thanks anyway Quote Link to comment https://forums.phpfreaks.com/topic/42768-solved-priveleges/#findComment-207576 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.