<?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: Modify an existing MySQL column</title>
	<atom:link href="http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: M.jan</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-53387</link>
		<dc:creator>M.jan</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:03:59 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53387</guid>
		<description>hi dear :
although i write this command alter table [name of table]modify name varcahr(65); i can&#039;t get the result 
name is existed in my table  kindly help me what can i do?</description>
		<content:encoded><![CDATA[<p>hi dear :<br />
although i write this command alter table [name of table]modify name varcahr(65); i can&#8217;t get the result<br />
name is existed in my table  kindly help me what can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaz kumar</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-51418</link>
		<dc:creator>pankaz kumar</dc:creator>
		<pubDate>Tue, 08 Nov 2011 04:40:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-51418</guid>
		<description>really nice....good work...thankx</description>
		<content:encoded><![CDATA[<p>really nice&#8230;.good work&#8230;thankx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surendra</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-49824</link>
		<dc:creator>surendra</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:42:40 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49824</guid>
		<description>nice code really ..thank you.</description>
		<content:encoded><![CDATA[<p>nice code really ..thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul-Baasit Ismail</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-48218</link>
		<dc:creator>Abdul-Baasit Ismail</dc:creator>
		<pubDate>Fri, 29 Apr 2011 14:24:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48218</guid>
		<description>worked great. . . .a timeless answer obviously</description>
		<content:encoded><![CDATA[<p>worked great. . . .a timeless answer obviously</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kultar Singh</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-46804</link>
		<dc:creator>Kultar Singh</dc:creator>
		<pubDate>Tue, 01 Mar 2011 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46804</guid>
		<description>thanx for the information......</description>
		<content:encoded><![CDATA[<p>thanx for the information&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramboraju5</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-46616</link>
		<dc:creator>Ramboraju5</dc:creator>
		<pubDate>Wed, 23 Feb 2011 05:34:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46616</guid>
		<description>CHANGE didn&#039;t work for me.. but the below code worked for me on MySQL
ALTER TABLE contacts MODIFY name VARCHAR(80);</description>
		<content:encoded><![CDATA[<p>CHANGE didn&#8217;t work for me.. but the below code worked for me on MySQL<br />
ALTER TABLE contacts MODIFY name VARCHAR(80);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cclark Home</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-44290</link>
		<dc:creator>Cclark Home</dc:creator>
		<pubDate>Sun, 28 Nov 2010 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44290</guid>
		<description>THANK YOU! I&#039;m just learning mysql and have done a lot of drop tables due to not being able to figure this out. </description>
		<content:encoded><![CDATA[<p>THANK YOU! I&#8217;m just learning mysql and have done a lot of drop tables due to not being able to figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunganani</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-42777</link>
		<dc:creator>Sunganani</dc:creator>
		<pubDate>Thu, 30 Sep 2010 03:32:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-42777</guid>
		<description>Thanks man</description>
		<content:encoded><![CDATA[<p>Thanks man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siyeni</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-41839</link>
		<dc:creator>Siyeni</dc:creator>
		<pubDate>Thu, 26 Aug 2010 00:40:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-41839</guid>
		<description>Thanks, I have no regrets hitting this page. Good job.</description>
		<content:encoded><![CDATA[<p>Thanks, I have no regrets hitting this page. Good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wpabitha</title>
		<link>http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/comment-page-1/#comment-39904</link>
		<dc:creator>Wpabitha</dc:creator>
		<pubDate>Fri, 18 Jun 2010 05:22:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-39904</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.040 seconds using memcached
Object Caching 416/423 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 02:06:04 -->
