连接到MySql并检查插件. [英] Connect to MySql and check plugs ins.

查看:71
本文介绍了连接到MySql并检查插件.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何编写连接到MySQL服务器并检查是否已安装InnoDB插件的C/C ++程序.如果是这样,您的程序应打印InnoDB插件可以创建的最大并发线程数.

How to Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

推荐答案

您可以检查Windows注册表项
you might check a Windows registry key


编写一个连接到MySQL服务器的C/C ++程序,并检查其中是否安装了InnoDB插件.如果是这样,您的程序应显示InnoDB插件可以创建的最大并发线程数.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.


这篇关于连接到MySql并检查插件.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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