Tagged Questions
13
votes
2answers
447 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
1k 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
1answer
486 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
915 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
28 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
203 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
0answers
277 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
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
170 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 ...