This guide is intended to enable competent system administrators to install and configure
This guide does not explain any of the non-pertinent features encountered along the way. Such explanations may be found in the full documentation.
#sh install.sh
Open the file <
Locate and edit the sample Sample
[mysql]
Driver = <OPENLINK_INSTALL>/lib/mys3_mt_lt.so
ServerType = MySQL 3.x
Options = -H mysql3.hostname
Database = database
UserName = mysql
Password = **********
FetchBufferSize = 99
ReadOnly = no
DeferLongFetch = no
JetFix = no
Description = Sample MySQL 3.x Lite Connection
Sample
[mysql]
Driver = <OPENLINK_INSTALL>/lib/mys4_mt_lt.so
ServerType = MySQL 4.x
Options = -H mysql4.hostname
Database = database
UserName = mysql
Password = **********
FetchBufferSize = 99
ReadOnly = no
DeferLongFetch = no
JetFix = no
Description = Sample MySQL 5.x Lite Connection
Sample
[mysql]
Driver = <OPENLINK_INSTALL>/lib/mys5_mt_lt.so
ServerType = MySQL 5.x
Options = -H mysql5.hostname
Database = database
UserName = mysql
Password = **********
FetchBufferSize = 99
ReadOnly = no
DeferLongFetch = no
JetFix = no
Description = Sample MySQL 5.x Lite Connection
Testing
Use the iodbctest tool which is packaged with the HTTP-based
#cd <OPENLINK_INSTALL>
#. ./openLink.sh
# iodbctest mysql
iODBC Demonstration program
This program shows an interactive SQL processor
Driver Manager: 03.52.0507.0105
Driver: 06.02.1217 OpenLink Generic ODBC Driver (oplodbc.so)
SQL>
You should now be able to issue Additional Information