[Solved]: Tables mess cleanout [Solved]: Tables mess cleanout
 

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

[Solved]: Tables mess cleanout

Started by DiG, August 04, 2004, 06:09:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DiG

Question:
Can I cleanout tables (users, group, user_group, sessions) of CPG in my database after bbs integration?

omniscientdeveloper

You should be able to, but it isn't advised. You may have to revert to the basic setting for some reason, especially if you need to run update. (it may try to write to the user table causing errors if it's not there)


-omni

DiG

Oh, OK. Thanks!
I'll leave it alone.