Does it need to be same DB as forum, or different? Does it need to be same DB as forum, or different?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Does it need to be same DB as forum, or different?

Started by MIRYO, March 05, 2012, 09:24:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MIRYO

When I install coppermine, can I use a new database, or does it have to use the same database as my forum?

If I can set it up in it's own database, then will I need to create this database manually, or will the installation script do it?

ΑndrĂ©

Quote from: MIRYO on March 05, 2012, 09:24:13 PM
When I install coppermine, can I use a new database, or does it have to use the same database as my forum?
You don't need to use the same database, but it's recommended to do so to avoid permission issues. If you know your way around with MySQL user permissions you can of course use a different database. Maybe it's also possible to use different databases with the default permission settings, depends on your server configuration.


Quote from: MIRYO on March 05, 2012, 09:24:13 PM
If I can set it up in it's own database, then will I need to create this database manually, or will the installation script do it?
Depends also on your MySQL server setup. If the user isn't allowed to create new databases, the Coppermine installer also can't create it.