<?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://www.interconnectit.com/764/using-mysql-workbench-with-xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Aug 2010 08:02:14 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carlton</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#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://www.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://www.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>
	<item>
		<title>By: Orihime</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-250</link>
		<dc:creator>Orihime</dc:creator>
		<pubDate>Sun, 28 Mar 2010 02:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-250</guid>
		<description>Nice guide. I believed they changed up the order of the dialogs when you setup, but it should be obvious to anyone following this guide. Also these are just minor things but I think they&#039;re worth noting (for those who might have trouble): 
my mysql config is c:\xampp\mysql\bin\my.ini (rather than .cnf) 

Also if you&#039;re running MySQL as a service then you&#039;ll want to leave the defaults in the section labeled as commands to start/stop the mysql server (e.g. sc start mysql, sc stop mysql, sc query mysql &#124; wba_filter(RUNNING)).</description>
		<content:encoded><![CDATA[<p>Nice guide. I believed they changed up the order of the dialogs when you setup, but it should be obvious to anyone following this guide. Also these are just minor things but I think they&#8217;re worth noting (for those who might have trouble):<br />
my mysql config is c:\xampp\mysql\bin\my.ini (rather than .cnf) </p>
<p>Also if you&#8217;re running MySQL as a service then you&#8217;ll want to leave the defaults in the section labeled as commands to start/stop the mysql server (e.g. sc start mysql, sc stop mysql, sc query mysql | wba_filter(RUNNING)).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interconnect IT</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-249</link>
		<dc:creator>Interconnect IT</dc:creator>
		<pubDate>Wed, 24 Mar 2010 11:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-249</guid>
		<description>This guide is for 5.2 - try that?</description>
		<content:encoded><![CDATA[<p>This guide is for 5.2 &#8211; try that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavroche</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-248</link>
		<dc:creator>gavroche</dc:creator>
		<pubDate>Wed, 24 Mar 2010 09:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-248</guid>
		<description>I&#039;m using version 5.1.18 OSS and XAMPP.
Like papaman I can’t even find the “New Server Instance” option. There is nowere to be found. So I can&#039;t connect to mysql instance.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using version 5.1.18 OSS and XAMPP.<br />
Like papaman I can’t even find the “New Server Instance” option. There is nowere to be found. So I can&#8217;t connect to mysql instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-244</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-244</guid>
		<description>... and to be able to work with admin&#039;s tools (Accounts, Data Dump, .. ) you need to check &quot;Enable named pipes&quot; in Configuration &#124; General</description>
		<content:encoded><![CDATA[<p>&#8230; and to be able to work with admin&#8217;s tools (Accounts, Data Dump, .. ) you need to check &#8220;Enable named pipes&#8221; in Configuration | General</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-243</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-243</guid>
		<description>to overcome command problems, you can install MySQL as a service (via XAMPP control Panel ) and leave commands as proposed by the wizard</description>
		<content:encoded><![CDATA[<p>to overcome command problems, you can install MySQL as a service (via XAMPP control Panel ) and leave commands as proposed by the wizard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Sessions</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-239</link>
		<dc:creator>Cory Sessions</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-239</guid>
		<description>Just to help clarify:  the dashboard is in the 5.2 version.  If you have the general release 5.1 version, there is not dashboard / &quot;New Server Instance.  Just download the development version and you&#039;re good to go.</description>
		<content:encoded><![CDATA[<p>Just to help clarify:  the dashboard is in the 5.2 version.  If you have the general release 5.1 version, there is not dashboard / &#8220;New Server Instance.  Just download the development version and you&#8217;re good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Vidler</title>
		<link>http://www.interconnectit.com/764/using-mysql-workbench-with-xampp/comment-page-1/#comment-238</link>
		<dc:creator>Richard Vidler</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.interconnectit.com/?p=764#comment-238</guid>
		<description>Thanks for the instructions.

Like everyone above, I found out the long way that you need the latest developer release and not the general release.

Regarding the &#039;Commands to Manage MySQL Server&#039; I found that the above had some typo&#039;s with the commands (probably Word auto formating) and a minor simplification:

Start: c:\xampp\mysql\bin\mysqld --defaults-file=c:\stuff\xampp\mysql\bin\my.cnf --standalone --console
Stop: c:\xampp\mysql\bin\mysqladmin -u root --password=apple shutdown
Status: c:\xampp\mysql\bin\mysqladmin -u root --password=apple ping

and no, apple is not my password :)

Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>Thanks for the instructions.</p>
<p>Like everyone above, I found out the long way that you need the latest developer release and not the general release.</p>
<p>Regarding the &#8216;Commands to Manage MySQL Server&#8217; I found that the above had some typo&#8217;s with the commands (probably Word auto formating) and a minor simplification:</p>
<p>Start: c:\xampp\mysql\bin\mysqld &#8211;defaults-file=c:\stuff\xampp\mysql\bin\my.cnf &#8211;standalone &#8211;console<br />
Stop: c:\xampp\mysql\bin\mysqladmin -u root &#8211;password=apple shutdown<br />
Status: c:\xampp\mysql\bin\mysqladmin -u root &#8211;password=apple ping</p>
<p>and no, apple is not my password <img src='http://www.interconnectit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope this helps someone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
