Exceeding maximum upload time on phpMyAdmin
-
After having many other problems with my localhost, I’m now stuck on importing the database of my live WordPress site to phpMyAdmin. I keep exceeding the maximum upload time. Bigdump isn’t working, nor is the phpMyAdmin option to keep importing the database in pieces.
I’ve changed some of the import-related values in php.ini:
max_execution_time=-1 (have also tried 0, 100, 300)
max_input_time=-1 (have also tried 0, 100, 300)
post_max_size=110M
upload_max_filesize=100MThe file is only 28MB, so I’m really not sure why it isn’t working! If anyone could point me in the right direction that would be great.
Thanks!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Exceeding maximum upload time on phpMyAdmin’ is closed to new replies.