sql Magento迁移

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql Magento迁移相关的知识,希望对你有一定的参考价值。

1) import database

2) SELECT * FROM core_config_data WHERE path = 'web/unsecure/base_url' OR path = 'web/secure/base_url';

3)  delete content on var/  

4) change database info on app/etc/local.xml


http://stackoverflow.com/questions/20773160/could-not-determine-temp-directory-please-specify-a-cache-dir-manually
If admin pages are on error:

Firstly, copy /lib/Zend/Cache/Backend/File.php to 
              /app/code/local/Zend/Cache/Backend/File.php
              
Then on line 91 or near this line, you will find:

'cache_dir' => null,

Change to:

'cache_dir' => "var/tmp/",

Now create a directory named tmp(or whatever name you have given above) :  /var/tmp

change permisssion to /var/tmp  to 777

以上是关于sql Magento迁移的主要内容,如果未能解决你的问题,请参考以下文章

Magento 迁移到 AWS 后的问题

迁移后 Magento 无法登录管理员

Magento迁移后的客户注册错误

Magento 从 Godaddy 服务器迁移到 Amazon aws Ubuntu

magento 服务器迁移

magento2站点迁移