This small tip shows how to add new users to a MySQL system and keep their databases seperate from each other.
If you have a server of your own it makes a lot of sense to replicate this setup – for each database application you wish to use create a specific database to hold its data and create a dedicated user to access it.
“Shell way: Adding new user(s) to MySQL Databases.”Continue reading