Forum Moderators: coopster
Can phpmyadmin load this file from the server or will it only do it from the local drive om my pc?
If I can't do this are there any free utilities to load the data from the web server?
Thanks,
Another option is running LOAD DATA [mysql.com] or just executing all of the inserts/creates either by issuing the commands through phpmyadmin or writing a quick script that will do it. The biggest problem you will have will be if the dump file is huge then both may time out.