Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View gondo's full-sized avatar
🎯
Focusing

gondo gondo

🎯
Focusing
View GitHub Profile
SET FOREIGN_KEY_CHECKS=0;
-- Customers
TRUNCATE `customer_address_entity`;
TRUNCATE `customer_address_entity_datetime`;
TRUNCATE `customer_address_entity_decimal`;
TRUNCATE `customer_address_entity_int`;
TRUNCATE `customer_address_entity_text`;
TRUNCATE `customer_address_entity_varchar`;
TRUNCATE `customer_entity`;
@gondo
gondo / default.vcl
Last active March 21, 2016 16:56
installing magento on AWS with php54, nginx, varnish
# file /etc/varnish/default.vcl
# This is a basic VCL configuration file for varnish. See the vcl(7)
# man page for details on VCL syntax and semantics.
#
# Default backend definition. Set this to point to your content
# server.
#
#backend default {
# .host = "127.0.0.1";