This is an old revision of the document!


Sybase ASE to MySQL Migration Reference and Tools

Technical information on migration from Sybase Adaptive Server Enterprise to MySQL.

Last Update: Sybase Adaptive Server Enterprise 15.0 and MySQL 5.6

Sybase ASE to MySQL Migration Tools

Data Types

Converting data types:

Sybase ASE 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