Strapi V4 MySQL Connection for Production
This tutorial explains how to configure Strapi v4 to use MySQL in production mode 1. Add mysql driver `yarn add mysql` or `npm install mysql` 2. Add dotenv `yarn add dotenv` or `npm install dotenv` 3. Create new file: `config/env/production/database.js`...