News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Removing bridge manually...

Started by iyeru, September 12, 2008, 03:03:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

iyeru

How do I remove a bridge manually? For example, via MySQL?

iyeru

Nevermind,

UPDATE `cpg_config` SET `value` = '0' WHERE CONVERT( `cpg_config`.`name` USING utf8 ) = 'bridge_enable' LIMIT 1 ;