-
Notifications
You must be signed in to change notification settings - Fork 3
MySQLdb._exceptions.ProgrammingError: execute() first #2
Comments
I get the same.. somebody could please help ? |
Hi Apologies for the lack of response. Have you tried to edit the following bit: https://github.com/Madpilot0/FlaskDashboard/blob/master/lib/Database.py#L32 And add prints for the sql and arguments to determine where the sql error lies.
I'm currently not actively maintaining this project but in the future I'll probably make an updated version with better error handling. |
Yes, but i was curious about the output ;-) Printing the messages won't fix the issue. I'm trying to see if I could quickly help you. |
Seems that the error comes from the database/SQL side:
|
Ah, my best guess is that at the time of writing this I used MySQL 5.something. The latest version is (I think) 8.X which has some more reserved words. 'Groups' is one of those. |
I get that error when try to login...
MySQLdb._exceptions.ProgrammingError: execute() first
The text was updated successfully, but these errors were encountered: