I constructed opencart shop on my localhost, then trying to import data from live site into it. I exported live database into SQL file and then importing into local host. In both instances, I am using phpmyadmin. However, I am facing these problems
- I get a file too large error (limit is 4MB) but importing only 950KB file
- Can I import data on top of opencart database?
Any ideas are appreciated.