diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/index.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/index.mdx index 5a59b95d9a8..15847b80a36 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/index.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/index.mdx @@ -39,7 +39,7 @@ In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` - [Node.js](https://nodejs.org/en/) installed on your machine -- a [MySQL](https://www.mysql.com/) or [MariaDB](https://mariadb.org) database server running and a database with at least one table +- a [MySQL](https://www.mysql.com/) database server running and a database with at least one table