diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-30 10:18:11 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-30 10:18:11 +0200 |
| commit | acec2b5dc35302147f9a9c73d837dce2f3f9958e (patch) | |
| tree | 2f88a3a657a9211331e1e63e056a089189bd0dd2 /protected/data/create_database.mysql.sql | |
| parent | 56593a21209f3ce55fe66d303dbe01b8e081778b (diff) | |
| parent | 148a216bba21cec1cbe07b60b5191791e0016d6f (diff) | |
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/admin.astaf.de
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 |
