<?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: Using MySQL Workbench with XAMPP</title>
	<atom:link href="http://interconnectit.com/764/using-mysql-workbench-with-xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 14:07:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: David Coveney</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-12236</link>
		<dc:creator>David Coveney</dc:creator>
		<pubDate>Mon, 06 Feb 2012 17:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-12236</guid>
		<description>I can&#039;t remember for sure, but you may indeed have to try it as a service - I have a memory of this, but I no longer use the tool so can&#039;t really remember.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t remember for sure, but you may indeed have to try it as a service &#8211; I have a memory of this, but I no longer use the tool so can&#8217;t really remember.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darwin</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-12229</link>
		<dc:creator>Darwin</dc:creator>
		<pubDate>Mon, 06 Feb 2012 06:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-12229</guid>
		<description>mysql workbench need mysql as services or not?

mysql workbench clash with mysql front?</description>
		<content:encoded><![CDATA[<p>mysql workbench need mysql as services or not?</p>
<p>mysql workbench clash with mysql front?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-11909</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 22 Jan 2012 20:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-11909</guid>
		<description>Thanks, this was useful. Now I will search how to run scripts using workbench and import data.</description>
		<content:encoded><![CDATA[<p>Thanks, this was useful. Now I will search how to run scripts using workbench and import data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: china</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-10779</link>
		<dc:creator>china</dc:creator>
		<pubDate>Fri, 09 Dec 2011 02:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-10779</guid>
		<description>&lt;blockquote cite=&quot;Paul&quot;&gt;
&lt;cite&gt;Paul&lt;/cite&gt;
Thanks for this post, it’s really great.
Just a quick note:
I’m using XAMPP lite 1.7.3 on Window XP SP3
I have to click Svc check box infront of MySql in the XAMPP control to be able to create a new server instance in MySQL WB.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="Paul"><p>
<cite>Paul</cite><br />
Thanks for this post, it’s really great.<br />
Just a quick note:<br />
I’m using XAMPP lite 1.7.3 on Window XP SP3<br />
I have to click Svc check box infront of MySql in the XAMPP control to be able to create a new server instance in MySQL WB.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-1410</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 25 Feb 2011 05:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-1410</guid>
		<description>Thanks for this post, it&#039;s really great.

Just a quick note:

I&#039;m using XAMPP lite 1.7.3 on Window XP SP3

I have to click Svc check box infront of MySql in the XAMPP control to be able to create a new server instance in MySQL WB.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it&#8217;s really great.</p>
<p>Just a quick note:</p>
<p>I&#8217;m using XAMPP lite 1.7.3 on Window XP SP3</p>
<p>I have to click Svc check box infront of MySql in the XAMPP control to be able to create a new server instance in MySQL WB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shehi</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-391</link>
		<dc:creator>Shehi</dc:creator>
		<pubDate>Sat, 18 Dec 2010 07:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-391</guid>
		<description>After you register service with name &quot;MySQL&quot;, following commands work just fine - tested with custom installed MySQL 5.5 under XAMPP:

Start: sc start MySQL
Stop: sc stop MySQL
Status: sc query MySQL &#124; wba_filter(RUNNING)

@see
http://bugs.mysql.com/bug.php?id=56919&amp;thanks=3&amp;notify=727</description>
		<content:encoded><![CDATA[<p>After you register service with name &#8220;MySQL&#8221;, following commands work just fine &#8211; tested with custom installed MySQL 5.5 under XAMPP:</p>
<p>Start: sc start MySQL<br />
Stop: sc stop MySQL<br />
Status: sc query MySQL | wba_filter(RUNNING)</p>
<p>@see<br />
<a href="http://bugs.mysql.com/bug.php?id=56919&#038;thanks=3&#038;notify=727" rel="nofollow">http://bugs.mysql.com/bug.php?id=56919&#038;thanks=3&#038;notify=727</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jide Otuyelu</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-291</link>
		<dc:creator>Jide Otuyelu</dc:creator>
		<pubDate>Tue, 02 Nov 2010 04:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-291</guid>
		<description>Following the gist of the tutorial, I am using 5.2.29.CE, while I can connect and run SQL queries on the server, it detects the server as being offline.  Very weird</description>
		<content:encoded><![CDATA[<p>Following the gist of the tutorial, I am using 5.2.29.CE, while I can connect and run SQL queries on the server, it detects the server as being offline.  Very weird</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-2/#comment-263</link>
		<dc:creator>Carlton</dc:creator>
		<pubDate>Tue, 08 Jun 2010 14:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-263</guid>
		<description>Thanks for the main tutorial and your tip Pedro, works fine now although stopping via xampp causes a little problem for the workbench</description>
		<content:encoded><![CDATA[<p>Thanks for the main tutorial and your tip Pedro, works fine now although stopping via xampp causes a little problem for the workbench</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Camarelles</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-262</link>
		<dc:creator>Pedro Camarelles</dc:creator>
		<pubDate>Mon, 07 Jun 2010 16:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-262</guid>
		<description>Xampp have two scripts for start and stop mysql, this option work fine in xampp 1.7.3

c:\xampp\mysql_start.bat
c:\xampp\mysql_stop.bat

For check status i use c:\xampp\mysql\bin\mysqladmin -u root ping

I hope it will help you</description>
		<content:encoded><![CDATA[<p>Xampp have two scripts for start and stop mysql, this option work fine in xampp 1.7.3</p>
<p>c:\xampp\mysql_start.bat<br />
c:\xampp\mysql_stop.bat</p>
<p>For check status i use c:\xampp\mysql\bin\mysqladmin -u root ping</p>
<p>I hope it will help you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Az</title>
		<link>http://interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-256</link>
		<dc:creator>Az</dc:creator>
		<pubDate>Sun, 09 May 2010 22:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-256</guid>
		<description>They appear to have changed the my.cnf to my.ini within the MySQL/bin/my.ini part of the install, so I used:

Start: c:\xampp\mysql\bin\mysqld –defaults-file=c:\stuff\xampp\mysql\bin\my.ini –standalone –console
Stop: c:\xampp\mysql\bin\mysqladmin -u root –password= shutdown
Status: c:\xampp\mysql\bin\mysqladmin -u root –password= ping

Seems to work ok, had a little trouble getting the apache service to restart, but it did in the end</description>
		<content:encoded><![CDATA[<p>They appear to have changed the my.cnf to my.ini within the MySQL/bin/my.ini part of the install, so I used:</p>
<p>Start: c:\xampp\mysql\bin\mysqld –defaults-file=c:\stuff\xampp\mysql\bin\my.ini –standalone –console<br />
Stop: c:\xampp\mysql\bin\mysqladmin -u root –password= shutdown<br />
Status: c:\xampp\mysql\bin\mysqladmin -u root –password= ping</p>
<p>Seems to work ok, had a little trouble getting the apache service to restart, but it did in the end</p>
]]></content:encoded>
	</item>
</channel>
</rss>

