SQLAlchemy:如何使用 SQLAlchemy 更改 MySQL 服务器系统变量? [英] SQLAlchemy: How to change a MySQL server system variable using SQLAlchemy?

查看:30
本文介绍了SQLAlchemy:如何使用 SQLAlchemy 更改 MySQL 服务器系统变量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用 SQLAlchemy 设置 general_log 和 general_log_file 变量,有没有办法做到这一点?我一直在谷歌上搜索,但找不到任何关于该主题的内容.

I want to set the general_log and general_log_file variables using SQLAlchemy, is there a way to do this? I've been Googling around and can't find anything on the topic.

推荐答案

您可以执行任何您需要的原始 SQL 查询(当然您必须在会话中获得适当的权限).要更改变量,请执行以下操作:

You can execute any raw SQL query which you need (of course you have to get appropriate rights in the session). To change a variable run something like this:

# change variable name and values to what you need
connection.execute("SET SESSION query_cache_type = OFF")

这篇关于SQLAlchemy:如何使用 SQLAlchemy 更改 MySQL 服务器系统变量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆