Getting a message 'Ignoring invalid configuration option passed to Connection', how to solve? #1821
Unanswered
SwadipSinghoRoy
asked this question in
Q&A
Replies: 1 comment 4 replies
-
mysql driver does not support
Check your app logic. Do you expect driver to create a table for you? You might need to add this manually via something like |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is actual message:
application not respond after getting this message.
I'm using sequelize & as a conncection driver using mysql2, using express-session & as a session store package using express-mysql-session.
Session store configuration code is:
If use more property such as clearExpired, expiration etc. I'm getting warning message for every property. So I remove createDatabaseTable property from options, also application not running. In this situation what should I do?
Beta Was this translation helpful? Give feedback.
All reactions