Home  >  Article  >  Database  >  C#操作mysql中临时表不自动删除_MySQL

C#操作mysql中临时表不自动删除_MySQL

WBOY
WBOYOriginal
2016-06-01 13:48:171147browse

bitsCN.com

用c#调用mysql的存储过程,存储过程中用到临时表,每次第一次调用正确,刷新就报错了"显示临时表已存在",看临时表说明是“只在当前连接可见,当这个连接关闭的时候,会自动drop”,但是每次数据操作用完都关闭数据库连接了。所以估计是缓冲池的问题,设置mysql线程池pooling=false后就解决了,但是不值得是否有更好的解决办法,pooling不用在大访问量下会影响性能。求指教

bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn