Hi, If you want to import data from a mySQL export file (exported with mysqldump), you will find here a little script that could help. Only the INSERT commands in the sql file are executed into Caché. Indices are not computed for better performance. %NOINDEX, %NOCHECK and %NOLOCK are generated on each INSERT line. Currently, the file can not contain a "),(" pattern inside the values part of the INSERT command. If this is the case, the line is skipped. This feature may be implemented in the _extractValuesList_ method. Feel free to improve it as needed. Unfortunately it's not guaranty bug free for the moment! [mysql.tools.xml_0.zip](/sites/default/files/inline/files/mysql.tools.xml_0.zip)