From: Jeff D. <da...@da...> - 2002-11-12 19:29:09
|
On Tue, 12 Nov 2002 14:17:00 -0500 "Russ Miller" <rm...@no...> wrote: > maybe there could be a hack to give each separate > wiki a prefix for table names? Does that seem reasonable? PhpWiki can already do this (via $DBParams['prefix'] in the config file). The only minor catch is that you have to manually edit the table prefixes in the appropriate schemas/*.sql. |