I'm using quickstart 0.8. I wasn't sure where to go for this question, so I thought I'd put it here. I'm trying to import an sql file using phpmyadmin. It's a large file so phpmyadmn times out. This usually isn't a problem. But for some reason phpmyadmin isn't keeping a query number to restart from, nor does it print that number to the screen. All it gives is the error saying the script times out and you can restart. I restart it but it seems as though the import starts at the beginning and ends up in the same place - the same table anyway.
I've tried increasing the timeout time by increasing in the php.ini file upload_max_filesize, memory_limit, and post_max_size. None of that seems to have done anything.
I tried just putting a guess in the 'number of records to skip' but then I get errors, as would be expected.
So, does anyone know what I need to do in quickstart to make phpmyadmin behave the way it normally does - remembering the last query. Or does anyone know how to increase the time-out time?
quickstart is a great project.
Thanks.