Magento Database Migration

Source: Internet
Author: User
Tags magento2

Magento Version: 1.7.0.2

1. Table Core_config_data

Change the web/unsecure/base_url and web/secure/base_urlof the Path field to the currently used URL

2. Table Log_url_info

Changing field URLs and referer, using SQL statements to bulk Modify

For example:

UPDATE ' Log_url_info ' SET url=replace (URL, ' Http://127.0.0.1/magento2 ', ' http://localhost/magento ') WHERE url like ' http://127.0.0.1/magento2% ';

UPDATE ' Log_url_info ' SET referer=replace (referer, ' Http://127.0.0.1/magento2 ', ' Http://localhost/magento ') WHERE Referer like ' http://127.0.0.1/magento2% ';

UPDATE ' Log_visitor_info ' SET http_referer=replace (http_referer, ' Http://127.0.0.1/magento2 ', ' http://localhost/ Magento ') WHERE http_referer like ' http://127.0.0.1/magento2% ';


3. Modify the App/etc/local.xml database name, user name and password

Magento Database Migration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.