0

I'm trying to install Magento on a localhost, but when I try to import the sql database, it freezes. Also, i can't access phpmyadmin anymore, neither other website hosted on localhost.

I thought the file was too large, but I increases post_max_filesize and upload_max_filesize. I also increased the maxmimum_execution_time to a higher value.

I've seen that after I turn on xampp again, the database is partially uploaded, sometime with 143 queries or 200+ queries.

What should I do to upload the entire database?

1
  • Your on the right track with changing execution time, I had to change mine to a ridiculous number to get it to work and it took ages to install Commented Aug 25, 2014 at 9:59

1 Answer 1

2

Try using a commandline mysql import:

mysql -p -u username database_name < file.sql
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.