Problem in use MYSQL #269
Unanswered
llaguito
asked this question in
Support (Q&A)
Replies: 1 comment
-
As Sequelize gives incredibly unhelpful errors, I can only guess that your MySQL server version is not supported (needs to be updated). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This ERROR:
2022-01-26 14:29:15 [NOTICE] PLEASE INCLUDE THIS INFORMATION IF YOU ASK FOR HELP ABOUT THE FOLLOWING ERROR:
2022-01-26 14:29:15 [NOTICE] Discord Tickets v3.1.3, Node v16.13.2 on linux
2022-01-26 14:29:15 [WARN] An error was not caught
2022-01-26 14:29:15 [WARN] Uncaught SequelizeDatabaseError
2022-01-26 14:29:15 [ERROR] Error
at Query.run (/root/Projects/Ticket_Tool_BOT/node_modules/sequelize/dist/lib/dialects/mariadb/query.js:53:25)
at /root/Projects/Ticket_Tool_BOT/node_modules/sequelize/dist/lib/sequelize.js:313:28
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async MySQLQueryInterface.createTable (/root/Projects/Ticket_Tool_BOT/node_modules/sequelize/dist/lib/dialects/abstract/query-interface.js:94:12)
at async Function.sync (/root/Projects/Ticket_Tool_BOT/node_modules/sequelize/dist/lib/model.js:930:5)
at async Sequelize.sync (/root/Projects/Ticket_Tool_BOT/node_modules/sequelize/dist/lib/sequelize.js:377:9)
at async module.exports (/root/Projects/Ticket_Tool_BOT/src/database/index.js:70:2)
at async /root/Projects/Ticket_Tool_BOT/src/index.js:160:14
Beta Was this translation helpful? Give feedback.
All reactions