I spent a most of my day at the office importing some .csv files to my local MySQL database. I had to look for duplicates after it was all done, and it was just much quicker to do so locally then on the web server.
I have a .sql file which I generated through PHP MyAdmin which is 17.3MB. I need to now import this file to the live MySQL database. However, when I try to do it through PHP MyAdmin, it times out on me every time, spitting out a "Page Cannot be Found" error after a couple minutes of processing time.
Does anyone out there know any tricks to get this file out there? I have NO IDEA how to interact w/ MySQL outside of the PHP MyAdmin tool.
Thanks,
Shaun