<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Remove &#8220;question mark inside a black diamond&#8221; in mySQL</title>
	<atom:link href="http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/</link>
	<description>Home</description>
	<lastBuildDate>Tue, 20 Jul 2010 01:13:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jon</title>
		<link>http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/comment-page-1/#comment-257</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 02 Jan 2010 01:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamkparker.com/?p=233#comment-257</guid>
		<description>Hi Adam, 
 
Thanks for the reply.  I attempted to run this query and received the following error: 
 
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#226;&#8364;&#732;)&#039; at line 1 
 
Any thoughts on what might be causing this? </description>
		<content:encoded><![CDATA[<p>Hi Adam, </p>
<p>Thanks for the reply.  I attempted to run this query and received the following error: </p>
<p>#1064 &#8211; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&acirc;&euro;&tilde;)&#039; at line 1 </p>
<p>Any thoughts on what might be causing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adamkparker</title>
		<link>http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/comment-page-1/#comment-252</link>
		<dc:creator>adamkparker</dc:creator>
		<pubDate>Sat, 26 Dec 2009 06:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamkparker.com/?p=233#comment-252</guid>
		<description>Basically that query is going to replace each of the double spaced characters (which is character code 160) with a single space. You just need to plug in the table name that has the problems and the field you want to fix. 
 
This query can be run in phpMyAdmin, just select your database and run the query. </description>
		<content:encoded><![CDATA[<p>Basically that query is going to replace each of the double spaced characters (which is character code 160) with a single space. You just need to plug in the table name that has the problems and the field you want to fix. </p>
<p>This query can be run in phpMyAdmin, just select your database and run the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/comment-page-1/#comment-251</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 25 Dec 2009 18:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamkparker.com/?p=233#comment-251</guid>
		<description>Adam, thanks for this post.  I recently upgraded my MySQL 4 database to a MySQL 5 database in order to upgrade to the latest version of Wordpress (2.9) and encountered this exact problem.  I have been looking for a solution for quite some time now, and I think your post might be it. 
 
Can you explain in a little more detail exactly what your query does?  Also, since I am a complete newbie when it comes to understanding MySQL databases, could you perhaps do a step-by-step, or offer a little more handholding, on how to run the above query?  I know I don&#039;t have SSH access to my account, but I have phpMyAdmin both from within my hosting package and within Wordpress.  Any help would be greatly appreciated! </description>
		<content:encoded><![CDATA[<p>Adam, thanks for this post.  I recently upgraded my MySQL 4 database to a MySQL 5 database in order to upgrade to the latest version of WordPress (2.9) and encountered this exact problem.  I have been looking for a solution for quite some time now, and I think your post might be it. </p>
<p>Can you explain in a little more detail exactly what your query does?  Also, since I am a complete newbie when it comes to understanding MySQL databases, could you perhaps do a step-by-step, or offer a little more handholding, on how to run the above query?  I know I don&#039;t have SSH access to my account, but I have phpMyAdmin both from within my hosting package and within WordPress.  Any help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
