MySQL Driver keeps asking for 'password' parameter
When trying to connect to my local MySQL database, to which I do not have any password setup, I get an error when running
Here's my
In my .env file I have the fields setup, and the
The error that I get is
drizzle-kit migrate command.Here's my
drizzle.config.ts file, I double checked the docs but I can't seem to figure out what I'm missing out:In my .env file I have the fields setup, and the
DB_PASSWORD variable has an empty string value as there's no password associated with the database user.The error that I get is
Please provide required params for MySQL driver: and the password field is marked with an X and an empty string value.