[NBLUG/talk] Speaking of mysqueal -- ODBC?

Scott Doty scott at sonic.net
Tue May 30 11:21:44 PDT 2006


On Mon, May 29, 2006 at 06:28:16PM -0700, Mark Street wrote:
> I just tested this out with oobase on my laptop running FC5 fully updated.
> 
> Make sure you have the mysql-connector-odbc package installed.
> 
> In /etc/odbc.ini a stanza such as this.
> 
> [TESTING]
> DSN = testiing-eligibility
> Driver = /usr/lib/libmyodbc3-3.51.12.so
> Server = localhost
> Port = 3306

Here's what I used:

(odbc.ini)
[MythConverg]
Driver = /usr/lib/libmyodbc3.so
Server = localhost
Port = 3306
Database = mythconverg

(odbcinst.ini)
[MySQL ODBC 3.51 Driver]
DRIVER          = /usr/lib/libmyodbc3.so
SETUP           = /usr/lib/libmyodbc3S.so
UsageCount              = 1


The latter entry in /etc/odbcinst.ini was added when I installed the odbc
connector -- and btw, I'm running the i386 version of ooffice/connector/etc, since the
x86_64 version dies miserably...

Woo hoo!  Thanks! :)

 -Scott



More information about the talk mailing list