Skip to content

Instantly share code, notes, and snippets.

@joemeador
Created February 20, 2014 19:24
Show Gist options
  • Save joemeador/9121303 to your computer and use it in GitHub Desktop.
Save joemeador/9121303 to your computer and use it in GitHub Desktop.
<resources>
<db>
<table_prefix><![CDATA[]]></table_prefix>
</db>
<default_setup>
<connection>
<host><![CDATA[localhost]]></host>
<username><![CDATA[your database username]]></username>
<password><![CDATA[your database password]]></password>
<dbname><![CDATA[your database name]]></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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment