Skip to content

Commit 1502994

Browse files
committed
update mysql docs [skip ci]
1 parent 9d0650d commit 1502994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operating/databases/mysql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# IronFunctions using Postgres
1+
# IronFunctions using MySQL
22

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

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

77
```
8-
docker run --name iron-mysql \
8+
docker run --name iron-mysql -e MYSQL_ROOT_PASSWORD=root \
99
-e MYSQL_DATABASE=funcs -e MYSQL_USER=iron -e MYSQL_PASSWORD=ironfunctions -d mysql
1010
```
1111

0 commit comments

Comments
 (0)