From: Matthew P. <mp...@he...> - 2004-06-09 04:42:26
|
On Wed, Jun 09, 2004 at 06:28:05AM +0200, peter polz wrote: > Hello! > >> You still haven't defined a database. > > Where can i define the database in the config.ini DATABASE_DSN allows you to specify username, password, host, database parameters for a MySQL database. You'll want to fix your DATABASE_TYPE, though. If you want to stick with the dba stuff, though, you'll need to specify the directory to store your DB file in the DATABASE_DIRECTORY. - Matt |