I receive error message List index out of bounds (0) when I import Access file
From Navicat Wiki
Apply OS : Windows
Apply Navicat version : Navicat for MySQL, Navicat Premium
Version : All
It's likely that one field inside your file is using "reserved words" as the field name. (e.g. time, month, year). After you have changed the field name before import, it should be imported successfully.
More information about reserved words in MySQL server can be found at
http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html