I have been trying to use MySql with Python and I had been using mysql connector.
Whenever I use cursor to execute commands, it works while the script is running but when I run the script again, the changes I made are gone.
Please help! Thanks in advance