http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/installing_magento_via_shell_ssh 请注意SSH 脚本中代码的版本号. This article will outline a few different approaches to installing the latest version of Magento using the command-line shell vi…
最近在做一个Magento 1.7.0.2的站,在安装环节Magento一直报错Database server does not support the InnoDB storage engine. 我在mysql中show engines phpinfo()查看,我的InnodB都是正常的. 首先,报错的原因是因为Mysql 5.6.1版本已经已经丢弃了“have_innodb”这个函数.而Magento1.7.0.2以下,都是使用该函数检测Mysql是否激活了InnodB引擎. 上代码::…
如果你的空间可以用ssh的话,你可以在官网的wiki Moving Magento To Another Server 中看到较为详细的搬家过程. 无论你的服务器是linux系统还是windows系统,其过程都是一样的,转移文件.转移数据库.初始化网址用户名密码或者不初始化. 1.关于文件: magento的根目录中的var文件夹是magento的系统缓存文件夹,里面的东西都可以删掉,以减小转移文件的大小.但是注意里面的backup文件夹,里储存着magento后台System—>Tool—>…