Answer the question
In order to leave comments, you need to log in
MySQL database does not change while running a Python script, what should I do?
There is a MySQL database (I use PhpMyAdmin as a DBMS manager), there is a Python script (VK bot). If I want to change some values in the database while the script is running, then MySql does not allow me to do this, it starts stupidly endlessly waiting for the completion of the Python script. Please tell me, is there a way to edit the database while the script is running?
Answer the question
In order to leave comments, you need to log in
Study the mysql logs to understand what exactly is happening, after that, figure out why the bot is doing this "something".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question