Created
May 29, 2015 15:53
-
-
Save OdinsHat/451dce423f079b9f1f20 to your computer and use it in GitHub Desktop.
Used this to fix key error on Magento after transferring to new server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRUNCATE log_customer; | |
TRUNCATE log_quote; | |
TRUNCATE log_summary; | |
TRUNCATE log_summary_type; | |
TRUNCATE log_url; | |
TRUNCATE log_url_info; | |
TRUNCATE log_visitor; | |
TRUNCATE log_visitor_info; | |
TRUNCATE log_visitor_online; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment