Metabase always show this report have a problem

The dashboard always show a report haved a probelm, what's wrong whit it ? how can I resolve this problem?
If I refresh the dashboard, this report is ok, who has this problem, and how to resolve then question ?

Hi @lily
I’m guessing you’re using one of the 0.32.x versions?
Are you querying Redshift? If yes, then the issue was fixed in the latest release 0.33.2
If no, then which database are you querying? And which version are you using?

I use the metabase version is 0.31.0, and I use the database is mysql 5.6.

@lily
Okay, that version is almost a year old. Latest release is 0.33.2
What errors do you see in the Metabase log?
I would recommend that you backup, and then upgrade to a newer release.

because I use mysql version is 5.6.16-log, if I can’t upgrade mysql version , I use the newer version of metabase ,it always have a problem of “java.sql.SQLException: Unknown system variable ‘session_track_schema’”.

@lily
You would need to submit a PR to the MariaDB JDBC project, if this is going to be fixed in future Metabase releases.
https://github.com/metabase/metabase/issues/9954 - check the comment at the bottom, it tells you what to change.
Metabase will likely never support 5.6.16-log (which I think is Alibaba MySQL RDS?)

Yes, the mysql version is Alibaba MySQL RDS.