Hello. I uploaded a large mysql dump to my webhost, and I would like to import it into my database. I can't use BigDump.php because my dump uses extended inserts. Do you know what I can do? Thanks.
Upload the file first and you would have to use SSH and I believe the command is mysql -u {username} -p {database} {name_of_file.sql} I'm not sure if you can but I guess if they don't allow SSH, use PHP to run the command
Ok thanks for the help. Yeah, I have a HostGator account, and they don't have SSH access, and I thhink I was timing out with the PHP command, but I emailed my host and the imported the database quickly for me.