Hi all,
I have been away from development for many months and now need to upgrade my live site to 1.3.8a.
I need to replicate the live site on my local server, do all the upgrade and tweaking, and then reload, but am finding unexpected trouble doing so.
First, I need to import the database, so I exported the DB with PHPMyAdmin (provided by my webhost), and created a sql.gz file.
The latest version of PHPMyAdmin has detection for this kind of files.
Also, I made sure that the Add Drop Tables command was checked.
Then I created on my local server a database with exactly the same name, but when attempting to import from the file I get a fatal error: more than 300 seconds execution time.
Obviously, this is a previous step to customizing the configure.php files in order to connect to that database (I can get those from a fresh ZC install I made on same machine).
So I am at a loss, cannot figure out what is going wrong.
Also, I forgot what the function of the dist-configure.php files is, in what do they differ from the configure.php files?
Thank you very much in advance.



