#6070 - Option to install Conversr to a unique database
| Identifier | #6070 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Option to install Conversr to a unique database |
| Status | Open |
| Handling member | Deleted |
| Addon | General / Uncategorised |
| Description | I am not sure if it is the standard that databases are limited to 1024MB, but on my hosting package they are. This is currently not an issue, but perhaps it could be in the future. Would it be possible to create the option to install Convesr to its own database (perhaps also other features which may result in large amount of data)? |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
$SITE_INFO['db_forums'] = '';
$SITE_INFO['db_forums_host'] = '';
$SITE_INFO['db_forums_user'] = '';
$SITE_INFO['db_forums_password'] = '';
This is mainly for third-party forum drivers. You can give it a try for Conversr and let me know if it works. Migrate everything starting with (prefix)_f_* over to a new database, and fill these in your _config.php.