[Catalyst] using Catalyst::Model::CDBI
Alan Humphrey
alan.humphrey at comcast.net
Thu Mar 31 01:27:45 CEST 2005
Doh! Thanks for the eyes. Working a lot better now...
-----Original Message-----
From: catalyst-bounces at lists.rawmode.org
[mailto:catalyst-bounces at lists.rawmode.org] On Behalf Of Eugene Eric Kim
Sent: Wednesday, March 30, 2005 3:03 PM
To: catalyst at lists.rawmode.org
Subject: Re: [Catalyst] using Catalyst::Model::CDBI
On Wed, Mar 30, 2005 at 02:32:13PM -0800, Alan Humphrey wrote:
> __PACKAGE__->config(
> dsn => 'dbi:mysql',
You need to specify your database name in dsn:
dsn => 'dbi:mysql:database_name',
where "database_name" is the name of your database.
-Eugene
--
======================================================================
Eugene Eric Kim ......................... http://public.xdi.org/=eekim
Blue Oxen Associates ........................ http://www.blueoxen.org/
======================================================================
_______________________________________________
Catalyst mailing list
Catalyst at lists.rawmode.org
http://lists.rawmode.org/mailman/listinfo/catalyst
More information about the Catalyst
mailing list