diff options
Diffstat (limited to 'protected/data/create_database.mysql.sql')
| -rw-r--r-- | protected/data/create_database.mysql.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protected/data/create_database.mysql.sql b/protected/data/create_database.mysql.sql new file mode 100644 index 0000000..38103fb --- /dev/null +++ b/protected/data/create_database.mysql.sql @@ -0,0 +1,5 @@ +DROP DATABASE IF EXISTS `astaf`; +CREATE DATABASE `astaf`; +GRANT ALL ON `astaf`.* TO 'astaf'@'localhost' IDENTIFIED BY 'AsTaF4'; +FLUSH PRIVILEGES; +USE `astaf`;
\ No newline at end of file |
