rcorlew Posted May 6, 2007 Share Posted May 6, 2007 I am wondering if in theory, it more secure to create multiple users with different privileges to secure the database. One could be used for unregistered users, more than likely just internet surfers who can only view data. Another to be able to update but not delete such as a user login page that will track their logins. And finally a super user with all privileges. Quote Link to comment https://forums.phpfreaks.com/topic/50290-mysql-users-and-privileges/ Share on other sites More sharing options...
fenway Posted May 7, 2007 Share Posted May 7, 2007 Depends how your PHP scripts will handle this -- you'd have to have many different connections, and what if there are overlaps? Quote Link to comment https://forums.phpfreaks.com/topic/50290-mysql-users-and-privileges/#findComment-247270 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.