Mic92 created page: home
This commit is contained in:
parent
1c3e3999c9
commit
ff2865725f
@ -2,8 +2,12 @@
|
|||||||
|
|
||||||
### postgres
|
### postgres
|
||||||
|
|
||||||
|
```bash
|
||||||
$ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar`
|
$ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar`
|
||||||
|
```
|
||||||
|
|
||||||
### mysql
|
### mysql
|
||||||
|
|
||||||
|
```bash
|
||||||
$ create-mysql-user-and-database foo # create database and user `foo`
|
$ create-mysql-user-and-database foo # create database and user `foo`
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user