This is an old revision of the document!


Informix to MySQL Migration Reference

Technical information on migration from Informix to MySQL.

Last Update: Informix 11.7 and MySQL 5.6

Informix to MySQL Migration Tools

Data Types

Converting data types:

Informix MySQL
CHAR Fixed-length character string CHAR
INT, INTEGER 32-bit integer INT, INTEGER
SMALLINT 16-bit integer SMALLINT
VARCHAR Variable-length character string VARCHAR