Hey all,
I’m trying to upload a 20mb .sql file via phpmyadmin but it doesnt seem to import all of my data. Only a very small part. I assume its to do with the speed of my upload, and the maximum execution time of php. Is there anyway to upload the .sql to the server and execute it then?
I’m trying to upload a 20mb .sql file via phpmyadmin but it doesnt seem to import all of my data. Only a very small part. I assume its to do with the speed of my upload, and the maximum execution time of php. Is there anyway to upload the .sql to the server and execute it then?
Thanks for any of your help.
__________________
wipr
Wipro Dedicated Servers
wipr
Wipro Dedicated Servers
I have had the same issue in the past. PHP will time out and cut the upload off. What you need to do is upload it manually in small chunks, a bit at a time. I would try 1 MB at a time.
__________________
Tosh
Dedicated Hosting
Tosh
Dedicated Hosting
