We have a general problem with MySQL 8 running on Windows 2019. We see queries running forever and the CPU is 100%, the system becomes unresponsive.
While we know this needs a better investigation to be solved, and we're looking for a database expert to help us, for now, we are trying to solve this by having:
max_execution_time=30000
But this is not respected. Queries run for several minutes.
Why is this happening?
Thanks Alex