We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0650d commit 1502994Copy full SHA for 1502994
docs/operating/databases/mysql.md
@@ -1,11 +1,11 @@
1
-# IronFunctions using Postgres
+# IronFunctions using MySQL
2
3
Let's presuppose you don't have even a MySQL DB ready.
4
5
### 1. Let's start a MySQL instance:
6
7
```
8
-docker run --name iron-mysql \
+docker run --name iron-mysql -e MYSQL_ROOT_PASSWORD=root \
9
-e MYSQL_DATABASE=funcs -e MYSQL_USER=iron -e MYSQL_PASSWORD=ironfunctions -d mysql
10
11
0 commit comments