Tagged Questions
Libmysql is a client library for connecting C written application to MySql.
13
votes
2answers
446 views
CLSQL and MYSQL on OS X
I'm working on OS X 10.6.4. I've been using clbuild to install supporting libraries for SBCL (including clsql), and I do all my work through Aquamacs. I installed MySQL using the excellent ...
5
votes
3answers
998 views
Cheapest way to to determine if a MySQL connection is still alive
I have a pool of MySQL connections for a web-based data service. When it starts to service a request, it takes a connection from the pool to use. The problem is that if there has been a significant ...
3
votes
1answer
353 views
Connecting to a remote MySQL server from a Delphi program through SSL
I don't have a good knowledge of SSL principles, but just want the encryption to work for me.
I have a DB and a user with "REQUIRE X509" specified.
The necessary certificates have been created as ...
1
vote
0answers
129 views
mysqlclient with mingw
I want to use libmysqlclient on a project cross compiled to Windows via mingw.
In order to link my program, I need "mysqlclient.a" but I'm not able to get it.
I tried to create makefiles for mingw on ...
1
vote
1answer
478 views
Fail to build mysql connector/c (libmysql) from source in cygwin
I am trying to build MySQL's "Connector/C" from source in cygwin and there are problems.
-some context-
We could talk a lot about why anyone would want use libmysql in cygwin. In this case, it is ...
1
vote
0answers
106 views
libmysqlclient hangs on vmsplice()
I am running an executable that uses libmysqlclient.so.15 on a 64bit kernel & 32bit user space compatibility mode.
Once in a while, my program hangs on something from libmysql:
#0 0xf7f01430 in ...
1
vote
2answers
914 views
Delphi 7 Personal, MySQL using libmysql.dll + UTF8
I'm using Delphi 7 Personal. To access MySQL database I'm using libmysql.dll + very simple wrapper, which is good enough for me. Except one thing ... it doesn't seem to handle Utf8... is that possible ...
0
votes
1answer
67 views
Linux - Dependency libmysqlclient.so.15 not found
I start the instalation, now i receive a error for file dependencies
see:
root@ca [~/sitebuilder]# rpm -Uhv updates/*.rpm
error: Failed dependencies:
libmysqlclient.so.15()(64bit) is needed by ...
0
votes
1answer
26 views
Connecting to mySQL DB over loaded libmysql.dll
I'm loading a libmysql.dll and want to connect to a db. When calling the mysql_real_connect i get a buffer overflow error. Why? Code:
#include <iostream>
#include <string.h>
#include ...
0
votes
1answer
193 views
mysql2.so: libmysqlclient_r.so.15: cannot open shared object file: No such file or directory
I am trying to run a Rails two app with Ubuntu 10.04 server, sphinx, myql2 version 0.2.7 and percona server 5.5 (Myslql 5.5). mysql2 in irb works ok, I can connect to the db. this rails 2 app is ...
0
votes
1answer
80 views
How to install libmysql under Cygwin?
I am trying to build db-mysql extension for NodeJS under Cygwin. The problem is, that it requires libmysql development libraries and include files. I have no idea how to install (and where to get) ...
0
votes
0answers
85 views
how to integrate libmysqlclient with cygwin windows? [closed]
Do I need to download whole source code for libmysqlclient, if yes from where I should get it?
0
votes
0answers
276 views
Using EasyPHP for Rails on Windows - rake db:migrate crashes or can't detect libmysql.dll
Anyone used EasyPHP for rails development ?
I am hoping to learn rails (no experience with ruby too). My working environment is Windows 7 64 bit, Ruby Version 1.9.2, Gem 1.7.2, Rails 3.0.7. I found ...
0
votes
1answer
187 views
How to downgrade libmysqlclient
I just built a new dev box with Ubuntu 10.04.1 amd64 server on, installed all all libraries and stuff , but now my program segfaults randomly in libmysqlclient16.
Just to eliminate things I tried to ...
0
votes
2answers
387 views
Runtime “symbol lookup error” when accessing libmysqlclient.so functionality in C
Context: I am not certain whether this is my problem or the problem of the server this is running on. I am trying to compile and run a small utility, to become a cron job, that uses the mysql ...
0
votes
1answer
242 views
Where's the source of mysqlclient.lib?
I have a C++ application which connects to a MySQL server.
It all works fine.
Currently it uses libmysql.dll.
At build time I link to libmysql.lib.
As far as I understand I can link to ...
0
votes
1answer
169 views
How do I build libmySQL?
I aim to integrate libmySQL into my executable instead of using libmySQL.dll.
I use VC++ 2008 @ Windows Vista.
I've downloaded "mysql-connector-c-noinstall-6.0.2-win32-vs2005.zip" from
...
0
votes
1answer
293 views
Problems upgrading MySQL application from Delphi 2006 to 2010
I upgraded my Delphi to 2010 version and I tried to open and run application written in Delphi 2006. The app is using mysql by dbexpress with libmysql.dll and a second driver found somewhere on the ...