2014-08-18 10:38:52 +00:00
|
|
|
## Database
|
|
|
|
|
|
|
|
### postgres
|
|
|
|
|
2014-08-18 10:39:07 +00:00
|
|
|
$ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar`
|
2014-08-18 10:38:52 +00:00
|
|
|
|
|
|
|
### mysql
|
|
|
|
|
2014-08-18 10:39:07 +00:00
|
|
|
$ create-mysql-user-and-database foo # create database and user `foo`
|