作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
是否可以在 MySQL 中为每个新连接设置或初始化查询?
无论何时创建连接,它都会自动调用过程或选择查询?
为此有任何脚本或配置选项吗?
最佳答案
您可能需要检查 init_connect
变量:
A string to be executed by the server for each client that connects. The string consists of one or more SQL statements, separated by semicolon characters. For example, each client session begins by default with autocommit mode enabled.
http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_init_connect
关于mysql - 如何为 MySQL 中的每个新连接自动调用查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38068317/
我是一名优秀的程序员,十分优秀!