forum.coppermine-gallery.net
Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: iyeru on September 12, 2008, 03:03:18 am
-
How do I remove a bridge manually? For example, via MySQL?
-
Nevermind,
UPDATE `cpg_config` SET `value` = '0' WHERE CONVERT( `cpg_config`.`name` USING utf8 ) = 'bridge_enable' LIMIT 1 ;