我正在尝试安装 Magento 的示例数据几天,并尝试了很多东西,但似乎没有任何效果。
我在 Windows 7 上使用 easyphp 5.3.3.1。
我下载了示例数据文件并运行 SQL 来为示例数据创建表。之后我运行了 Magento 安装,在它询问数据库信息之后,我收到以下错误
Zend_Db_Statement_Exception 对象
(
[_previous:Zend_Exception:private] =>
[消息:受保护] => SQLSTATE [42S01]:基表或视图已存在:1050 表 'admin_assert' 已存在
[字符串:异常:私人] =>
[代码:受保护] => 42
[文件:受保护] => I:\EasyPHP-5.3.3.1\www\magento\magento\lib\Zend\Db\Statement\Pdo.php
[行:受保护] => 234
[trace:Exception:private] => 数组
(
[0] => 数组
(
[文件] => I:\EasyPHP-5.3.3.1\www\magento\magento\lib\Varien\Db\Statement\Pdo\Mysql.php
[行] => 110
[功能] => _执行
[类] => Zend_Db_Statement_Pdo
[类型] => ->
[参数] => 数组
(
[0] => 数组
(
)
)
)
[1] => 数组
(
[文件] => I:\EasyPHP-5.3.3.1\www\magento\magento\lib\Zend\Db\Statement.php
[行] => 300
[功能] => _执行
[类] => Varien_Db_Statement_Pdo_Mysql
[类型] => ->
[参数] => 数组
(.......
等等....
它只是没有完成安装。什么可能导致此错误?