Tiberius can connect to data stored in MySQL databases.
 
The MySQL Connector/ODBC Drivers first need to be installed. These can be downloaded from http://dev.mysql.com/
 
A Data Source Name (DSN) must then be configured. There is extensive documentation on how to achieve this in the MySQL documentation at
 
http://dev.mysql.com/doc/refman/5.0/en/myodbc-configuration.html
 
Once a DSN is created, the process is the same as creating a connection to other ODBC data sources. A unique DSN, and hence UDL file, needs to be created for each database you wish to connect to.