<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ConnectNC, Inc. &#187; mysql</title>
	<atom:link href="http://blog.connectnc.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.connectnc.com</link>
	<description>IT Services in North Carolina / DSL / Web Hosting / Web Design / Computer Repair</description>
	<lastBuildDate>Thu, 13 Aug 2009 14:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Need to turn off comments and pings in WordPress?</title>
		<link>http://blog.connectnc.com/2009/04/05/need-to-turn-off-comments-and-pings-in-wordpress/</link>
		<comments>http://blog.connectnc.com/2009/04/05/need-to-turn-off-comments-and-pings-in-wordpress/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 03:56:31 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.connectnc.com/?p=197</guid>
		<description><![CDATA[Have you ever wished you didn&#8217;t have comments and pings turned on for your WordPress blog, but editing each post and page to un-check those boxes just took too long? Here are a couple of mysql statements you can use to turn them all off at once.
update wp_posts set `comment_status` = &#8216;closed&#8217; where (`comment_status` = [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wished you didn&#8217;t have comments and pings turned on for your WordPress blog, but editing each post and page to un-check those boxes just took too long? Here are a couple of mysql statements you can use to turn them all off at once.</p>
<p>update wp_posts set `comment_status` = &#8216;closed&#8217; where (`comment_status` = &#8216;open&#8217;)</p>
<p>update wp_posts set `ping_status` = &#8216;closed&#8217; where (`ping_status` = &#8216;open&#8217;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.connectnc.com/2009/04/05/need-to-turn-off-comments-and-pings-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
