DBIx-Custom / t / _run / common-mysql.run /
Newer Older
5 lines | 0.156kb
test cleanup in progress
Yuki Kimoto authored on 2011-08-15
1
# Create database
2
create database dbix_custom;
3

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