added run file
|
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'; |