Mic92 created page: home

This commit is contained in:
Jörg Thalheim 2014-08-18 12:38:52 +02:00
parent 2b4205ed72
commit 94d1c6ba06
1 changed files with 9 additions and 1 deletions

View File

@ -1 +1,9 @@
## Database
## Database
### postgres
$ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar`
### mysql
$ create-mysql-user-and-database foo # create database and user `foo`