From: Steve W. <sw...@pa...> - 2001-10-27 16:42:40
|
On Wed, 24 Oct 2001, Pablo Roca wrote: > I downloaded the latest CVS, but I don't know how to fill the $DBParams. [...] > 'dsn' =3D> 'mysql://root@localhost/dbwiki', Maybe when you don't use a password you still need a colon (:) after root? i.e. mysql://root:@localhost/dbwiki Otherwise yours looks identical to the alpha site's config file. ~swain > > // Used by all DB types: > > // prefix for filenames or table names > /* > * currently you MUST EDIT THE SQL file too (in the schemas/ > directory > * because we aren't doing on the fly sql generation during the > * installation. > */ > //'prefix' =3D> 'phpwiki_', > > // Used by 'dba' > 'directory' =3D> "/tmp", > 'dba_handler' =3D> 'gdbm', // Either of 'gdbm' or 'db2' work great > for me. > //'dba_handler' =3D> 'db2', > //'dba_handler' =3D> 'db3', // doesn't work at all for me.... > 'timeout' =3D> 20, > //'timeout' =3D> 5 > ); > > But don't. > > I'm using this with: > > Local network > Windows 2000 Server > Nusphere 1.3.11 for Windows > > Any cue? > > Regards, > > Pablo Roca - MS VFP - MVP > La Coru=F1a - Espa=F1a > Sysop del Portal gratuito de Visualfoxpro en Espa=F1ol > http://www.portalfox.com > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |