<?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>Dream House &#187; Database</title>
	<atom:link href="http://sajjadhossain.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://sajjadhossain.com</link>
	<description>Courage to do something...</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:55:23 +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>Reverse engineering MySQL database with Microsoft Visio</title>
		<link>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 08:41:20 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[database reverse engineering]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=126</guid>
		<description><![CDATA[Sometimes we need to reverse engineer our database. Microsoft Visio has an option for reverse engineering. But by default it does not support MySQL or in other words you cannot reverse engineer a MySQL database. I have faced this problem and got the solution and sharing here with you. The steps involved in this process [...]


Related posts:<ol><li><a href='http://sajjadhossain.com/2008/02/25/database-models-databaseanswers/' rel='bookmark' title='Permanent Link: Database models &#8211; DatabaseAnswers'>Database models &#8211; DatabaseAnswers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes we need to reverse engineer our database. Microsoft Visio has an option for reverse engineering. But by default it does not support MySQL or in other words you cannot reverse engineer a MySQL database. I have faced this problem and got the solution and sharing here with you.</p>
<p><img class="aligncenter size-full wp-image-127" title="mysql_connector" src="http://sajjadhossain.com/wp-content/uploads/2009/02/mysql_connector.png" alt="mysql connector Reverse engineering MySQL database with Microsoft Visio" width="400" height="379" /></p>
<p>The steps involved in this process are described below:</p>
<ol>
<li>Download the latest MySQL ODBC connector from MySQL site. You may find it here <a href="http://dev.mysql.com/downloads/connector/odbc/5.1.html">http://dev.mysql.com/downloads/connector/odbc/5.1.html</a>.</li>
<li>After downloading install the connector.</li>
<li>Now open Microsoft Visio and open <strong>Database Model Diagram</strong> template (you may find it under <strong>Software and Database</strong> group).</li>
<li>From <strong>Database</strong> menu click on <strong>Reverse Engineer</strong>. You will see the Reverse Engineer wizard.</li>
<li>Click on the <strong>New</strong> button.</li>
<li>Select <strong>System Data Source</strong>.</li>
<li>Click <strong>Next</strong>.</li>
<li>Select <strong>MySQL ODBC</strong> driver from the list.</li>
<li>Click <strong>Next</strong> and then <strong>Finish</strong>. <strong>MySQL Connector/ODBC Data Source Configuration</strong> window will open.</li>
<li>Give a name to the datasouce, database server host, user name, password and select the database you want to reverse engineer. Remember, the list of database will be shown if you have provided correct information.</li>
<li>Click on <strong>Ok</strong>. Now you will find the data source in <strong>Data Source</strong> list.</li>
<li>Select the newly created data source and click <strong>Next</strong>. The regular wizard for reverse engineering will start.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F02%2F12%2Freverse-engineering-mysql-database-with-microsoft-visio%2F&amp;linkname=Reverse%20engineering%20MySQL%20database%20with%20Microsoft%20Visio"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://sajjadhossain.com/2008/02/25/database-models-databaseanswers/' rel='bookmark' title='Permanent Link: Database models &#8211; DatabaseAnswers'>Database models &#8211; DatabaseAnswers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Database models &#8211; DatabaseAnswers</title>
		<link>http://sajjadhossain.com/2008/02/25/database-models-databaseanswers/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2008/02/25/database-models-databaseanswers/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 10:19:43 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[data models]]></category>
		<category><![CDATA[database design]]></category>
		<category><![CDATA[designing database]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=21</guid>
		<description><![CDATA[Many days ago I found a site that shows more than 500 data models. This site is run by Mr. Barry Williams. I found these models helpful for starting database design. And I think that anyone can learn professional database design from these models. Hope you will find something useful from this site. So, before [...]


Related posts:<ol><li><a href='http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/' rel='bookmark' title='Permanent Link: Reverse engineering MySQL database with Microsoft Visio'>Reverse engineering MySQL database with Microsoft Visio</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Many days ago I found a site that shows more than 500 data models. This site is run by Mr. Barry Williams. I found these models helpful for starting database design. And I think that anyone can learn professional database design from these models. Hope you will find something useful from this site.</p>
<p>So, before start designing a database visit this site. Who knows, your problem might have already been solved.</p>
<p>Site address: <a href="http://www.databaseanswers.org/data%5Fmodels/" target="_blank">http://www.databaseanswers.org/data_models/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2008%2F02%2F25%2Fdatabase-models-databaseanswers%2F&amp;linkname=Database%20models%20%26%238211%3B%20DatabaseAnswers"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://sajjadhossain.com/2009/02/12/reverse-engineering-mysql-database-with-microsoft-visio/' rel='bookmark' title='Permanent Link: Reverse engineering MySQL database with Microsoft Visio'>Reverse engineering MySQL database with Microsoft Visio</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2008/02/25/database-models-databaseanswers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
