润乾报表访问 错误:parameter error or grammar error. Caused:Prepared statement needs to be re-prepared

mysql 数据库 访问报表报错

imagepng
百度的解决方案都是
SHOW VARIABLES LIKE ‘%table_open_cache%’;

SHOW VARIABLES LIKE ‘%table_definition_cache%’;

SET GLOBAL table_open_cache=16384;
SET GLOBAL table_definition_cache=16384;
修改缓存空间大小 , 或者我自己把 查询语句中的视图改成 select 语句就 OK 了 这个问题
但是在 mysql 客户端工具语句执行是没问题的 这个有没有别的解决方案啊?