The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Can I install on a seperate DB ? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Can I install on a seperate DB ? (/showthread.php?tid=592) |
Can I install on a seperate DB ? - hopper5 - Mar 22nd, 2010 Hello I am sorry if this has been answered before. My site is using a DB right now. Would I be able to create a separate DB and install form tools onto the new DB instead of the one my site is using at the moment ? Thanks RE: Can I install on a seperate DB ? - martin_undefined - Mar 22nd, 2010 Hi, Assuming that the web host you use allows you to have more than one db, then it should be fine. Even if they don't, you can normally have more than one service accessing a db. (Mar 22nd, 2010, 2:15 PM)hopper5 Wrote: Hello RE: Can I install on a seperate DB ? - Ben - Mar 22nd, 2010 Hi hopper - yes, exactly. But using the same database might be more convenient: the installation script lets you choose a custom database prefix for your Form Tools database tables so you won't have to worry about them interfering with tables from other applications. Good luck! - Ben |