Dec 7, 2003 #1 rrsub MIS Oct 23, 2002 536 US Could someone point me, tell me, etc.. the recommended permissions for users for a MySQL database? Currently users have full access to the mysql database and user table and I'm at a loss to restrict that.
Could someone point me, tell me, etc.. the recommended permissions for users for a MySQL database? Currently users have full access to the mysql database and user table and I'm at a loss to restrict that.
Dec 7, 2003 #2 sleipnir214 Programmer May 6, 2002 15,350 US I don't suppose there are any canonical permissions to set. It depends on what you will and will not allow users to do. Permissions are described in the online documentation for the GRANT command: http://www.mysql.com/doc/en/GRANT.html Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!! Upvote 0 Downvote
I don't suppose there are any canonical permissions to set. It depends on what you will and will not allow users to do. Permissions are described in the online documentation for the GRANT command: http://www.mysql.com/doc/en/GRANT.html Want the best answers? Ask the best questions: http://www.catb.org/~esr/faqs/smart-questions.htmlTANSTAAFL!!