<?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>Martin Fleming &#187; MySQL</title>
	<atom:link href="http://martin-fleming.co.uk/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin-fleming.co.uk</link>
	<description>Sharing my experiences and knowledge</description>
	<lastBuildDate>Fri, 11 Nov 2011 15:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SOLVED: Installing MySQL Windows 7 (not responding)</title>
		<link>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/</link>
		<comments>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 13:47:10 +0000</pubDate>
		<dc:creator>Marty (admin)</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://martin-fleming.co.uk/?p=115</guid>
		<description><![CDATA[<p>Recently I had to install a WAMP server on my laptop running Windows 7.  The downside to Windows, in my opinion, is there is no package management tools such as apt-get or yum, therefore all software has to be installed and maintained manually.</p>
<p>Installing MySQL seemed to be a headache.  The installer would stop responding at Instance Configuration Wizard, however the solution to this problem is easy.<span id="more-115"></span></p>
<p><img class="alignnone size-full wp-image-116" title="MySQL Instance Configuraion Wizard" src="http://martin-fleming.co.uk/wp-content/uploads/2010/03/Capture.jpg" alt="MySQL Instance Configuraion Wizard" width="578" height="442" /></p>
<p>You need to punch a hole in Windows firewall for MySQL before you install.  Open up TCP ports 3306 for both incoming and outgoing and the installation will complete fully.</p>
<p>If you get stuck with a problem that I did where it installed MySQL without a root password even though you selected one, run:</p>
<pre class="cmd">$ mysqladmin -u root password NEWPASSWORD
</pre>
<p>Replacing NEWPASSWORD with your password.</p>
<p>If the command above does not work for you, you will need to use a full path to the command which may be in C:\Program Files\MySQL or C:\Program Files (x86)\MySQL or another location depending on where you installed it.</p>
]]></description>
		<wfw:commentRss>http://martin-fleming.co.uk/2010/03/solved-installing-mysql-windows-7-not-responding/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

