I have an issue. I am trying to create an installer for my content management system, that will make the process as simple and painless as possible. The upload size is around 8mb. I have a script that will process the sql file, but it does not allow ';' in strings, and this is no good for me. It also takes around an hour to process all queries.
Is there any way that I could import the sql file, in a short amount of time, and allow ';'s, within a varchar?