Do you have access to the command line? If so you can use the mysql command. Otherwise, breaking it into bits is probably your only option.
Mysql syntax if you do have access is
mysql -u <USERNAME> -p <DATABASE> < <IMPORTFILE>
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
|