djekl
7/8/2013 - 3:21 PM

Create a user and give it access to all database that begin with username_

Create a user and give it access to all database that begin with username_

GRANT ALL ON `USERNAME\_%`.* TO 'USERNAME'@'localhost' IDENTIFIED BY 'PASSWORD';