MySQL parameter max_execution_time

I’m getting errors when trying to connect to mysql:

Error processing query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'max_statement_time=1200 FOR -- Metabase

I was looking at mysql documentation and found out that there’s no max_statement_time. The parameter has changed to max_execution_time (at least in mysq 26.7.0-cloud).

So, unless the system sends the correct parameter name, I won’t be able to get anything from my database.

My Metabase version is the latest runing on docker: v0.63.2

This problem is being tracked under this GitHub issue:

1 Like