INSERTION and DELETION not working (MySQL)
bergio13
TRIALOP
2 years ago
How can I connect my database to MySQL workbench and subsequently my python application ?
Currently the SELECT statements work, but when I try to run an INSERT or DELETE command from my app they don't work. Did I miss somethig ?
1 Replies
2 years ago
Can you elaborate on what doesn't work, and share the error messages you're receiving?