1. ftp ur data file to server side
2. in server side import the data file into mysqlbrowser is easy to be timeout, do not depend on it to import huge data file to server..in php-oracle i ever met such a problem. finally write a plsql procedure to do it. afaik u just need to write three scripts, the first one to create the data file, the 2nd one to ftp it to the server and the 3rd one to import it to db. it is not too tough then..