I am trying to run a PHP website (Prestashop 1.4) locally using XAMPP. I copied all the data from public_html and put it in htdocs.
When I tried to use phpmyadmin to import the database, it said that the file was too large. I went to the ini file and changed
myisam_sort_buffer_size = 8M
to
myisam_sort_buffer_size = 1500M
I tried to import the file again, and it said :
You probably tried to upload a file that is too large. Please refer to documentation for a workaround for this limit.
Is there another way to bypass that limit? Thanks in advance.