5kyy8lu3 Posted December 11, 2008 Share Posted December 11, 2008 Hi. I'm really new to php/mysql. I'm self taught. So far I have a page with login, and permissions depending on login (basically that's the dynamic content, admin vs regular member). It has no purpose, I'm just doing it as proof of concept, i figure it's the best way to learn. I'm currently working on security. Right now I'm using the superuser login for my pages but from what I read that's a big no-no. Which permissions should I leave? Would just SELECT, INSERT, and UPDATE be sufficient? I know it's kinda open ended, but all the website does is create a row for new "users", update info for those users, check log-ins vs what the user entered, pretty basic stuff. If i need to add/delete anything I can do it with my main account. Sorry about the question being open-ended, I just don't know enough to know exactly what I'm asking lol. Oh, and since it's required, I have SQL 5.0.45 Thanks =) Quote Link to comment https://forums.phpfreaks.com/topic/136476-what-permissions-should-i-set/ Share on other sites More sharing options...
fenway Posted December 11, 2008 Share Posted December 11, 2008 That's basically all a normal user would need... unelss you use replace, which requires delete too Quote Link to comment https://forums.phpfreaks.com/topic/136476-what-permissions-should-i-set/#findComment-712611 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.