如何在mysql c ++连接器中设置超时 [英] How to set timeout in mysql c++ connector

查看:126
本文介绍了如何在mysql c ++连接器中设置超时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用c ++连接器连接到MySQL服务器。当服务器脱机或处于睡眠状态时,语句execute方法需要一段时间才能检测到连接问题。

是否有方法或变量来控制客户端的等待超时时间?

I am using c++ connector to connect to MySQL server. When server is offline or in sleep,the statement execute method takes a while to detect the connection problem.
Is there a method or variable to control the waiting timeout period in client?

回复

Devara Gudda

Regards
Devara Gudda

推荐答案

您可以使用 mysql_options 函数设置客户端超时。此处的完整详细信息... http://dev.mysql.com /doc/refman/5.0/en/mysql-options.html

You can use the mysql_options function to set the client timeout. Full details here... http://dev.mysql.com/doc/refman/5.0/en/mysql-options.html

这篇关于如何在mysql c ++连接器中设置超时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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