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>
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/