diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-08-12 16:08:28 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-08-12 16:08:28 -0700 |
| commit | 0a90d5fb89bb5baa0bc34fb0dcea134d6bc8e220 (patch) | |
| tree | 5544c44f60fd689f8dd7bac1c7beee4a8a972ee1 /install/database/database_create_statements | |
| parent | 1340ec9d6986bbdec92d0d5c12df9ae2d78ec651 (diff) | |
cleanup successful, still testing
Diffstat (limited to 'install/database/database_create_statements')
| -rw-r--r-- | install/database/database_create_statements | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/database/database_create_statements b/install/database/database_create_statements new file mode 100644 index 0000000..9fa9e39 --- /dev/null +++ b/install/database/database_create_statements @@ -0,0 +1,3 @@ +create database if not exists asdfus; +grant all privileges on asdfus.* to asdfus@localhost identified by 'gTYgT&M6q'; +flush privileges; |
