MySQL ODBC 3.51 - How to disable connection pooling from the ODBC GUI?

自作多情 提交于 2019-12-06 07:31:13

Found it...

The 32Bit ODBC GUI is started from C:\Windows\SysWow64\odbcad32.exe. In this GUI, there is a tab on the first screen called "Connection Pooling". Click on this, you get a list of drivers. There is a second column to the right that shows the "Pool Timeout". Double click on the driver name of choice to change it's pooling settings.

The 64Bit ODBC GUI is C:\Windows\System32\odbcad32.exe, works the same way, but you will probably have far fewer drivers loaded and therefore the names will be shorter, and the "Pool Timeout" column will be visible without having to scroll right.

Note, the MySQL drivers were, by default, set to be not pooled. Hope that helps anyone else who is using a "DSN=MySQL_DSN" type reference and has to use the GUI to configure driver settings.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!