Separating data and users is a key part of administration. There will always be a need to give users a private, secure, or simply risk-free area (sandpit) to use the database. Here's how.
Giving users their own private database
Getting ready
Again, make sure you've read the Deciding on a design for multitenancy recipe so that you're certain this is the route you wish to take. Other options exist, and they may be preferable in some cases.
How to do it...
- We can create a database for a specific user with some ease. From the command line, as a super user,...