Here is a little script I made to quickly and easily create users and databases for MySQL. I only use this for development, for actual deployed applications you would probably want to be more specific about the privileges given: #!/bin/bash … Continue reading
January 27, 2011
by Marius Voila
2 Comments