我想使用SQLAlchemy设置general_log和general_log_file变量,有没有办法做到这一点?我一直在Google搜索,找不到关于该主题的任何内容。
您可以执行所需的任何原始SQL查询(当然,您必须在会话中获得适当的权限)。要更改变量,请运行以下命令:
# change variable name and values to what you need connection.execute("SET SESSION query_cache_type = OFF")