libmysqlclient version

时间:2017-08-11 14:19:30   收藏:0   阅读:259

You probably know that the version number of the libmysqlclient.so library has changed from .16 to .18 in version 5.5.11 ... 
As result, binaries linked with libmysqlclient.so.16 do no longer work with 5.5.11 and +, so people have to do tricky workarounds such as: 

 

mysql开发库的版本号。

有的库,可能对已有的程序不兼容。

 

原文:http://www.cnblogs.com/mydriverc/p/7345565.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!