Delete old database settings? Delete old database settings?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.