On Jan 29, 2008 10:50 AM, Michelle Baert <[EMAIL PROTECTED]> wrote: > But there I see the installation process has to create a new database. > I have no permission to do that on my web account. > I have one MySQL database and that's all. I usually install > php+mysql applications by prefixing table names with the application > name to avoid confusion.
by default, all mantis tables are prefixed with "mantis" > > Is it possible to do this with Mantis ? Should I tweak some php files ? if you want to change that default config_inc.php is the file to create/edit. The full list of configuration parameters is in config_defaults_inc.php So, to your question: you can point the install script to an existing database and it will just create the required tables. Cheers Gianluca ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
