MySQL Forums
Forum List  »  General

Re: How to set application user on the database context
Posted by: Peter Brawley
Date: October 24, 2013 09:45PM

MySQL has no such concept. It's an app level concept.

A common approach with MySQL-enabled apps is to define app users & their app privs in an app-specific users table, and map those abstractions, eg via RBAC, to the mysql user, db, table_priv and column_priv tables.

So you're going to have to start by studying the manual chapter on the MySQL privileges system.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to set application user on the database context
October 24, 2013 09:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.