Skip to content

Commit

Permalink
update mysql docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ze committed Oct 29, 2017
1 parent 9d0650d commit 1502994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operating/databases/mysql.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# IronFunctions using Postgres
# IronFunctions using MySQL

Let's presuppose you don't have even a MySQL DB ready.

### 1. Let's start a MySQL instance:

```
docker run --name iron-mysql \
docker run --name iron-mysql -e MYSQL_ROOT_PASSWORD=root \
-e MYSQL_DATABASE=funcs -e MYSQL_USER=iron -e MYSQL_PASSWORD=ironfunctions -d mysql
```

Expand Down

0 comments on commit 1502994

Please sign in to comment.