本文介绍了什么是与MySQL服务器通信的最佳方式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要使用C / C ++,并且想知道与MySQL服务器通信的最佳方式。我应该使用服务器安装附带的库吗?他们是否应该考虑除了正式的好的图书馆?

I am going to be using C/C++, and would like to know the best way to talk to a MySQL server. Should I use the library that comes with the server installation? Are they any good libraries I should consider other than the official one?

推荐答案

这篇关于什么是与MySQL服务器通信的最佳方式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 03:47