The OpenLink ODBCDriver for MySQL(Express Edition) is distributed as a Windows MSI installer. Simply double click on the installer 'ntl6emys.msi' to commence the installation:
|
Installer Welcome Dialog for the OpenLink ODBCDriver for MySQL(Express Edition):
|
Please read the software license agreement and accept before continuing your installation:
|
Before installation you will be prompted for a license file. If a license file already exists on the machine, then select the 'use exisiting file' option. A trial (try) or full (buy) license can be obtained by selecting the 'try and buy' option, which loads OpenLink's online try and buy web page:
|
To obtain the trial license, you must be a registered user on the OpenLinkWeb site and login with your username (e-mail address) and password. Click on the 'Shop' link to visit OpenLink's online shop cart to purchase a full license, if required:
Click on the 'download license' button to immediately obtain the license file and save it to your desktop. Alternatively, an auto-generated e-mail will be sent to your registered e-mail address. This email will contain a link to your OpenLinkData Space ( ODS). The OpenLinkData Space ( ODS) contains copies of all trial and full license files in a Briefcase for download at a later date.
|
Select the license file to be used for the installation:
|
Choose to perform a custom, typical or complete installation of the driver:
|
Select the features to be installed:
|
Click the install button to begin the installation of components:
|
Installation in progress:
|
The Software installation is complete and ready for use:
|
To configure an ODBCDSN, run the ODBCAdministrator located in the Administrative Tools section of the Control Panel:
|
Click on the Drivers tab to confirm the OpenLink MySQL ODBCDriver [Express Edition][6.0] has been successfully installed:
|
From either the User or System DSN tabs, click on the Add button and select the OpenLink MySQL ODBCDriver [Express Edition][6.0] from the list :
|
In the Data Source tab, select a suitable DSN name and optional description for the Data Source to be created:
|
The Connection tab requests the minimum parameters required to make a connection to the target database:
|
Click next to verify that all settings are correct or uncheck the check box to delay testing to a later stage.
The advanced button displays additional, optional parameters that can be configured:
|
| 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.mysl.jdbc.SocketFactory' and have 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 pre-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 to 'autodetect') |
| CharacterSetResults | Character set to tell the server to return result 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. |
As indicated above, the parameters on the options and preferences tabs are not required for a basic connection.
|
|
|
Click on the Test Data Sourcebutton to verify that a successful connection can be made to the database.
|
|
Previous
OpenLink ODBC Driver for MySQL (Express Edition) for Mac OS X |
Chapter Contents |
Next
Contents of OpenLink ODBC Driver for Oracle (Express Editon) |