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 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 Link to comment https://forums.phpfreaks.com/topic/42768-solved-priveleges/#findComment-207576 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.