Database Security is important to any MySQL setup. Users are the foundation of any system. In terms of database systems, I generally think of them in two distinct groups:
- Application, service, or program users - basically customers or clients using a service.
- Database developers, administrators, analyst, etc… - Those maintaining, working with or monitoring the database infrastructure.
While each user does need to access the database at some level, those permissions are not all created equal.
Related resources
…
[Read more]