Hello,
I have a database with a table consisting of more than 4 Million rows. If I want to query them just as one file, it works, but if I create a more complicated SQL-statement (e.g. with group by), the connection is lost after 30 seconds and the query isn't finished. I get "Error Code: 2013. Lost connection to MySQL server during query
".
I tried to do queries via MySQL Workbench and a python code from my laptop, they don't work even though the same query in the console on PythonAnywhere does.
Is it possible to set a higher timeout value or is there a workaround I can run my queries?
Thanks for the help!