[Catalyst] using Catalyst::Model::CDBI
Eugene Eric Kim
eekim at blueoxen.org
Thu Mar 31 01:02:50 CEST 2005
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/
======================================================================
More information about the Catalyst
mailing list