If you are using MySQL 5.1, you must use the MySQL 5.0 client.
If you are installing MySQL on the same host as the Build Forge host, install the following:
MySQL database server
MySQL-client-community-5.0.51a-0.rhel5.i386 - client drivers
MySQL-shared-compat-5.0.51a-0.rhel5.i386 - required compatibility libraries
Connector/J JDBC driver
If you are installing MySQL on a different host, install the following on the Build Forge host:
MySQL-client-community-5.0.51a-0.rhel5.i386 - client drivers
MySQL-shared-compat-5.0.51a-0.rhel5.i386 - required compatibility libraries
Connector/J JDBC driver
For AIX systems only:
You must install the Connector/J driver and the 5.0-51a client drivers. They are compatible with AIX version 6.1. You can find them in the Archives area of the MySQL web site.
To manually package the files do the following.
root@myaix:/opt/mysql/> mkdir libbf
root@myaix:/opt/mysql/> cp lib/libmysqlclient.so.15 libbf
root@myaix:/opt/mysql/> cd libbf
root@myaix:/opt/mysql/libbf/> ar -q libmysqlclient.a libmysqlclient.so.15
This directory can now be used as the client library path for the installation process if it has not already run. If one of the silent or command line methods was used, update the LIBPATH in $BFROOT/rc/buildforge to use this path.