<?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>Web Development &#187; MySQL</title>
	<atom:link href="http://webdevelop.nitamihai.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevelop.nitamihai.com</link>
	<description></description>
	<lastBuildDate>Fri, 24 Apr 2009 23:29:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Modify Foreign Key</title>
		<link>http://webdevelop.nitamihai.com/modify-foreign-key/</link>
		<comments>http://webdevelop.nitamihai.com/modify-foreign-key/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 07:37:34 +0000</pubDate>
		<dc:creator>mihai</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[foreign keys]]></category>

		<guid isPermaLink="false">http://webdevelop.nitamihai.com/?p=30</guid>
		<description><![CDATA[To modify a Foreign Key in MySQL follow this steps : 1) Show table to see what is the name of Foreign Key we want to delete SHOW CREATE TABLE table 2) Delete the Foreign Key ALTER TABLE table DROP FOREIGN KEY table_ibfk_x 3) Create the new Foreign Key ALTER TABLE table ADD CONSTRAINT `table_ibfk_x` [...]]]></description>
		<wfw:commentRss>http://webdevelop.nitamihai.com/modify-foreign-key/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

