Aug 21, 2001 #1 Bastien Programmer May 29, 2000 1,683 CA Hi All, is there a way to create roles for the MySQL DB? Similar to oracle and sql server, where i can set the permissions and accessibilty of the users? TIA Bastien There are many ways to skin this cat, but it still tastes like chicken
Hi All, is there a way to create roles for the MySQL DB? Similar to oracle and sql server, where i can set the permissions and accessibilty of the users? TIA Bastien There are many ways to skin this cat, but it still tastes like chicken
Aug 22, 2001 #2 fortytwo Technical User Apr 18, 2000 206 GB You can set permissions for different users of a MySQL database. You might fing the following helpful: http://www.mysql.com/doc/A/d/Adding_users.html and it is extremely easy to modify permissions for users using phpmyadmin: http://phpmyadmin.sourceforge.net Will. fortytwo will@hellacool.co.uk Upvote 0 Downvote
You can set permissions for different users of a MySQL database. You might fing the following helpful: http://www.mysql.com/doc/A/d/Adding_users.html and it is extremely easy to modify permissions for users using phpmyadmin: http://phpmyadmin.sourceforge.net Will. fortytwo will@hellacool.co.uk