前端之家收集整理的这篇文章主要介绍了
magento local.xml,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<?xml version="1.0"?>
<config>
<global>
<install>
<date><![CDATA[2015-09-21 14:00]]></date>
</install>
<crypt>
<key><![CDATA[f71bejhefa9510f00422fc8650f46c24]]></key>
</crypt>
<disable_local_modules>false</disable_local_modules>
<resources>
<db>
<table_prefix><![CDATA[]]></table_prefix>
</db>
<default_setup>
<connection>
<host><![CDATA[localhost]]></host>
<username><![CDATA[root]]></username>
<password><![CDATA[root]]></password>
<dbname><![CDATA[magento1.9]]></dbname>
<initStatements><![CDATA[SET NAMES utf8]]></initStatements>
<model><![CDATA[MysqL4]]></model>
<type><![CDATA[pdo_MysqL]]></type>
<pdoType><![CDATA[]]></pdoType>
<active>1</active>
</connection>
</default_setup>
</resources>
<session_save><![CDATA[files]]></session_save>
</global>
<admin>
<routers>
<adminhtml>
<args>
<frontName><![CDATA[admin]]></frontName>
</args>
</adminhtml>
</routers>
</admin>
</config>
原文链接:https://www.f2er.com/xml/296099.html