[Catalyst] ConfigLoader trouble
Ben Vinnerd
ben-catalyst at vinnerd.com
Wed Jun 17 10:21:08 GMT 2009
On 17/06/09 11:15, Devin Austin wrote:
> Paste your conf, connect_info actually has to be an array(ref?) and it
> has to be put together kinda funny in myapp.conf.
>
<Model::DB>
connect_info dbi:mysql:motoring:localhost;mysql_client_found_rows=1
connect_info xxxxxxxxxxxx
connect_info xxxxxxxxxxxx
<connect_info>
AutoCommit 0
PrintError 1
RaiseError 1
</connect_info>
<connect_info>
on_connect_do "set names utf8"
</connect_info>
</Model::DB>
More information about the Catalyst
mailing list