I need help with MySQL: At the mysql> prompt, I enter:
Load data local infile “/ into table 2003data fields terminated by '\t' lines terminated by ‘\n’;
This command appends to 2 primary mySQL tables. The problem is that it takes very long to process and it never returns to a prompt which will let me know that it's completed. I have to log out of the hyperterminal process and log back in and do a show processlist;
Is there anyway to speed up the process and determine when its completed. Thanks for any assistance.
Load data local infile “/ into table 2003data fields terminated by '\t' lines terminated by ‘\n’;
This command appends to 2 primary mySQL tables. The problem is that it takes very long to process and it never returns to a prompt which will let me know that it's completed. I have to log out of the hyperterminal process and log back in and do a show processlist;
Is there anyway to speed up the process and determine when its completed. Thanks for any assistance.