Install an existing cs cart store on a local pc

Hi , i am trying to run an existing online cs cart V 3.04 store to my local pc.



I installed xampp , downloaded a complete backup of the website , downloaded sql database.



But when i am trying to load the database to phpmyadmin on my local pc i get stuck.



That database has a size of 300 mb , and phpmyadmin does not load the database. (8 mb max)



Anyone got any ideas how can i install existing online cs cart on a local pc?



Thank you

user commandline, Assuming you installed xampp in c:

cd c:\xampp\mysql\bin
c:\xampp\mysql\bin> mysql -u root -p -h localhost <




After importing the databse, edit config.local.php and you should be good.