From 94965052324fa3afb1d64f19bcbdf452b8f8a195 Mon Sep 17 00:00:00 2001 From: Wilmar den Ouden Date: Thu, 14 Jan 2021 19:44:15 +0100 Subject: [PATCH] :books: Add MySQL database option to intro (#1006) --- docker/images/n8n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 5a8198ed9..877109ad7 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -107,7 +107,7 @@ docker run -it --rm \ ### Start with other Database By default n8n uses SQLite to save credentials, past executions and workflows. -n8n however also supports MongoDB and PostgresDB. To use them simply a few +n8n however also supports MongoDB, PostgresDB and MySQL. To use them simply a few environment variables have to be set. It is important to still persist the data in the `/root/.n8` folder. The reason