Import .sql file in to MySQL on localhost (XAMPP) – simplemaps
Change timeouts in my.ini (mysql ini file in xampp) change the following values to: SET GLOBAL connect_timeout = 600;SET GLOBAL net_read_timeout = 600; Now restart mysql in xampp. Put .sql…