Preparing the MySQL Environment

In this section:

How to:

The Adapter for MySQL requires the MySQL Connector/J JDBC driver. For Release 5.x, Version 5.0.4 or higher is required. For Release 3.x, Version 3.1.14 or higher is required.


Top of page

x
Procedure: How to Prepare the MySQL Environment on Windows

Specify the location of the MySQL Connector/JDBC driver in the CLASSPATH environment variable.


Top of page

x
Procedure: How to Prepare the MySQL Environment on UNIX

Specify the location of several files:


Top of page

x
MySQL and Unicode

The Adapter for MySQL is implemented using JDBC. This implementation supports Unicode data stored in character fields with the CHARACTER SET set to UTF-8.

You must set the LANG environment variable in the edastart file or in a separate shell file before you start the server. For example, for American English you would export the following variable:

export LANG=EN_US.UTF-8

For details, see Unicode Support in the Server Administration for UNIX, Windows, OpenVMS, IBM i, and z/OS manual.


iWay Software