We're trying to import a 25MB ++ data in text format to MySQL from MSSQL. We are using the mysqlimport command to import the data to the database in which these are the conditions we have set...fields are delimited by comma, enclosed by quotation marks, and terminated by '\r\n'. Everytime we do this we get a "Cant stat file (Errcode 13)". We also tried using PhpMyAdmin to import the data but it doesnt seem to do anything. Can MySQL handle very large files? Can anyone help me on this?