Error: could not import solution

I try to import a solution, but I retrieve this message:

com.servoy.j2db.persistence.RepositoryException: com.servoy.j2db.persistence.RepositoryException: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘upgrade VARCHAR(2), sw_cpuid INTEGER, omschrijving VARCHAR(50), recordtype VARCH’ at line 1

The connected database is MySQL and the repository is Sybase.
I tried to export the file with and without sample data, but that didn’t help either :(

Upgrade is a reserved word in mysql, don’t use it as a columname.

admin:
Upgrade is a reserved word in mysql, don’t use it as a columname.

Thanks admin! Problem solved! :D