www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

OpenLink ODBC Driver for MySQL (Express Edition)

OpenLink ODBC Driver for MySQL (Express Edition) for Mac OS X
Installation Guide Configuration
OpenLink ODBC Driver for MySQL (Express Edition) for Windows

7.1. OpenLink ODBC Driver for MySQL (Express Edition) for Mac OS X

7.1.1. Installation Guide

The OpenLink ODBC Driver for MySQL (Express Edition) is distributed as a Disk image (DMG) file. Simply double click on the disk image 'mul6emys.dmg' to extract the installer mpkg file:

Figure: 7.1.1.1.

Double-click on the mpkg file to run the installer. Follow the on-screen instructions as indicated below to complete the installation:

Figure: 7.1.1.2.

When prompted, permit the verification script to run. This simply checks to see that you are running a version of Mac OS X later than 10.3.0:

Figure: 7.1.1.3.

Review the Welcome message to confirm you're installing the right driver:

Figure: 7.1.1.4.

Review the ReadMe for installation requirements and any known issues:

Figure: 7.1.1.5.

Please read and agree to the Software License Agreement before continuing your installation:

Figure: 7.1.1.6.
Figure: 7.1.1.7.

Select the destination volume for driver installation:

Figure: 7.1.1.8.

Accept the default installation of the driver, or click Customize to select specific components for installation:

Figure: 7.1.1.9.

Select the components to be installed, or click Easy Install to return to the default:

Figure: 7.1.1.10.

The Software must be installed as a user with Administrative privileges on the machine. When prompted, provide a relevant username and password:

Figure: 7.1.1.11.

Installation will proceed.

Figure: 7.1.1.12.

During installation, you will be prompted to select a license file for the driver. If such a license file already exists on the machine, then select the 'use existing file' option.

Figure: 7.1.1.13.

If you accidentally clicked this option, you can cancel out of the selection dialog. As the following alert will explain, you can manually apply the license file at any point in the future:

Figure: 7.1.1.14.

A trial or permanent license may be obtained by selecting the Try and Buy option which loads our online try and buy web page:

Figure: 7.1.1.15.

A permanent license may be obtained by clicking on the 'Shop' link to visit our online store, or you may obtain a trial license by registering with and logging in to the OpenLink Web site:

Figure: 7.1.1.16.

Click on the 'Download License' button to immediately obtain an evaluation license file; it will be saved to your Browser's download folder (which typically defaults to your desktop). A message will also be sent to your email address with a link to your OpenLink Data Space (ODS) Briefcase, where all non-expired trial and full license files will be stored for download at your convenience.

Figure: 7.1.1.17.

Close the browser, and proceed as if you had selected the option to use existing file. Select the license file to be used for the installation:

Figure: 7.1.1.18.

Installation is now complete, and you can exit the Installer and proceed to configure a DSN:

Figure: 7.1.1.19.

7.1.2. Configuration

To configure an ODBC DSN, double-click the OpenLink ODBC Administrator.app located in /Applications/Utilities/, or the iODBC Administrator.app located in /Applications/iODBC/:

Figure: 7.1.2.1.
Figure: 7.1.2.2.

Click on the Add button, to create a new DSN (Data Source Name):

Figure: 7.1.2.3.

Choose the OpenLink MySQL Driver (Express Edition) v6.0 from the list of available drivers. Choose the OpenLink MySQL Driver (Express Edition)(Unicode) v6.0 if and only if you are working with multi-byte character sets, as unnecessary translations can significantly ODBC performance:

Figure: 7.1.2.4.

In the Data Source tab, enter a suitable name and optional description for the DSN being created:

Figure: 7.1.2.5.

The Connection tab requests the minimum parameters required to make a connection to the target database:

Figure: 7.1.2.6.

If desired, click the Advanced button to set additional parameters relevant to the MySQL connection. None of these need be changed for a basic connection:

Table: 7.1.2.7.
SocketFactoryClassName The name of the class that the driver should use for creating socket connections to the server. This class must implement the interface 'com.mysql.jdbc.SocketFactory' and have public no-args constructor.
ConnectTimeout Timeout for socket connect (in milliseconds), with 0 being no timeout.
SocketTimeout Timeout on network socket operations (0, the default means no timeout).
IsInteractiveClient Set the CLIENT_INTERACTIVE flag, which tells MySQL to timeout connections based on INTERACTIVE_TIMEOUT instead of WAIT_TIMEOUT
UseCompression Use zlib compression when communicating with the server (true/false)?
AllowMultiQueries Allow the use of ';' to delimit multiple queries during one statement (true/false).
UseSSL Use SSL when communicating with the server (true/false); defaults to 'false'.
RequireSSL Require SSL connection if useSSL=true?
AllowUrlInLocalInfile Should the driver allow URLs in 'LOAD DATA LOCAL INFILE' statements?
Paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible?
MetadataCacheSize The number of queries to cacheResultSetMetadata for if cacheResultSetMetaData is set to 'true'
BlobSendChunkSize Chunk to use when sending BLOB/CLOBs via ServerPreparedStatements
CacheServerConfiguration Should the driver cache the results of 'SHOW VARIABLES' and 'SHOW COLLATION' on a per-URL basis?
ElideSetAutoCommits If using MySQL-4.1 or newer, should the driver only issue 'set autocommit=n' queries when the server's state doesn't match the requested state by Connection.setAutoCommit(boolean)?
UseReadAheadInput Use newer, optimized non-blocking, buffered input stream when reading from the server?
UseUnicode Should the driver use Unicode character encodings when handling strings? Should only be used when the driver can't determine the character set mapping, or you are trying to 'force' the driver to use a character set that MySQL either doesn't natively support (such as UTF-8), true/false.
CharacterEncoding If 'useUnicode' is set to true, what character encoding should the driver use when dealing with strings? (defaults is to 'autodetect')
CharacterSetResults Character set to tell the server to return results as.
ConnectionCollation If set, tells the server to use this collation via 'set collation_connection'
SessionVariables A comma-separated list of name/value pairs to be sent as SET SESSION ... to the server when the driver connects.

Figure: 7.1.2.8.

As suggested above, the parameters of the Options and Preferences tabs need not be changed for a basic connection:

Figure: 7.1.2.9.
Figure: 7.1.2.10.
  • Initialization SQL - Lets you specify a file containing SQL statements that will be run against the database upon connection, automatically.
  • Click on the Test Data Source button to make a connection to the database to verify connectivity:

    Figure: 7.1.2.11.

    Enter a valid username and password for the target database:

    Figure: 7.1.2.12.

    A successful connection to the database has been made:

    Figure: 7.1.2.13.