[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] MySQL Driver Error
From: |
Xypron |
Subject: |
Re: [Help-glpk] MySQL Driver Error |
Date: |
Sat, 17 Sep 2011 00:58:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Icedove/3.1.13 |
Hello Eric,
please, use ODBC to connect to your MySQL Server. ODBC is installed on
all Windows machines anyway. You will need the MySQL-ODBC connector
available from Oracle.
Cf.
http://en.wikibooks.org/wiki/GLPK/ODBC
In principle you should be able to compile GLPK with MySQL enable by
modifying the config.h file (defining symbol MYSQL_DLNAME) and the
Makefile (adjust the include paths) in the w64 or w32 directory. The
relevant code implementing the MySQL connectivity is in src/glpsql.c.
Best regards
Xypron
On 16.09.2011 20:45, Eric Moore wrote:
Andrew,
I really appreciate the quick response. I'm running the software on a
Windows machine. When I looked at the manual, I thought it explaining
how to install the software on a Linux machine. Is that correct? If
so, could you let me know how to enable the MySQL driver on a Windows
machine. For Windows, I simply downloaded the Windows version, ran
the installation executable and followed the instructions. Do I need
to go to a command prompt in Windows and run a script to activate the
MySQL driver? If so, could you email me the command that I need to
run. I am sorry....I might just be a little slow with this stuff. It
just seemed like the manual was describing installation on a Linux
machine.
Thanks,
Eric