DBIx-Custom / t / run / common-mysql.run /
Yuki Kimoto added run file
8903a4d 12 years ago
1 contributor
5 lines | 0.156kb
# Create database
create database dbix_custom;

# Create User
GRANT ALL PRIVILEGES ON dbix_custom.* TO dbix_custom@"localhost" IDENTIFIED BY 'dbix_custom';