Delete old database settings? Delete old database settings?
 

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

Delete old database settings?

Started by bigdrago, March 23, 2011, 11:43:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bigdrago

Hello.

I currently have 'cpg143_' as table prefix in the database.

Can I delete everything else except 'cpg143_' ?

I also have 'cpg_' in the database, but I think that is old and not in use.

ΑndrĂ©

All Coppermine tables use the same database prefix that is set in include/config.inc.php. Maybe some plugins have hardcoded table names, so we cannot say 'yes, you can delete everything else', as this may not apply for galleries which use certain plugins/mods.