📚 Add MySQL database option to intro (#1006)

This commit is contained in:
Wilmar den Ouden 2021-01-14 19:44:15 +01:00 committed by GitHub
parent 48c68a30ad
commit 9496505232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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