1.Use Magento connection to upgrade the Magento Core files;
2.After upgrade, come across following problem:
#SQLSTATE[HY000]: General error: 1025 Error on rename#
#SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicateentry#
============================================
-<initStatements>SET NAMES utf8 ; SETFOREIGN_KEY_CHECKS=0;SETUNIQUE_CHECKS=0;</initStatements>
-Check the duplicate
============================================
3.Check any
Mage_Core_Model_Resource_Setup
4.Tips;
Use mysql command source and load to load the database or usePHPMYADMIN's copy database function to copy data structure and dataitself.
本文详细介绍了如何将Magento平台从1.4升级至1.7,并解决升级过程中遇到的问题,包括数据库迁移、维护模式激活、重复条目错误处理等。提供了MySQL命令加载数据库和使用PHPMyAdmin复制数据结构的方法。

被折叠的 条评论
为什么被折叠?



