<?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; mysql</title>
	<atom:link href="http://sajjadhossain.com/tag/mysql/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>XAMPP &#8211; My favorite PHP environment</title>
		<link>http://sajjadhossain.com/2008/01/28/xampp-my-favorite-php-environment/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2008/01/28/xampp-my-favorite-php-environment/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 16:21:10 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[development environment]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[mercury mail]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=17</guid>
		<description><![CDATA[When I started coding in PHP, the main hassle was preparing the development environment. Installing Apache, PHP, MySQL was not so easy. Then I came across PHPTried and after that WAMPP. But finally I got what I wanted &#8211; XAMPP. To me XAMPP is a total PHP development environment. XAMPP is an easy to install [...]


Related posts:<ol><li><a href='http://sajjadhossain.com/2008/01/28/xampp-sending-test-mails-with-mercurymail/' rel='bookmark' title='Permanent Link: XAMPP &#8211; Sending test mails with MercuryMail'>XAMPP &#8211; Sending test mails with MercuryMail</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.apachefriends.org" title="XAMPP - Apache friends"><img src="http://sajjadhossain.com/wp-content/uploads/2008/01/xampp.gif" alt="XAMPP" title="XAMPP   My favorite PHP environment" /></a></p>
<p>When I started coding in PHP, the main hassle was preparing the development environment. Installing Apache, PHP, MySQL was not so easy. Then I came across PHPTried and after that WAMPP. But finally I got what I wanted &#8211; XAMPP. To me XAMPP is a total PHP development environment.</p>
<blockquote><p>XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use &#8211; just download, extract and start.</p></blockquote>
<p>To get a copy of XAMPP, visit <a href="http://www.apachefriends.org/">http://www.apachefriends.org/</a>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2008%2F01%2F28%2Fxampp-my-favorite-php-environment%2F&amp;linkname=XAMPP%20%26%238211%3B%20My%20favorite%20PHP%20environment"><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/01/28/xampp-sending-test-mails-with-mercurymail/' rel='bookmark' title='Permanent Link: XAMPP &#8211; Sending test mails with MercuryMail'>XAMPP &#8211; Sending test mails with MercuryMail</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2008/01/28/xampp-my-favorite-php-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
