<?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: Managing MySQL with MySQL Sandbox?</title>
	<atom:link href="http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/</link>
	<description>Random thoughts on different topics</description>
	<lastBuildDate>Thu, 22 Jul 2010 06:31:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shinguz</title>
		<link>http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/comment-page-1/#comment-1521</link>
		<dc:creator>shinguz</dc:creator>
		<pubDate>Wed, 06 Jan 2010 11:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/#comment-1521</guid>
		<description>Hi Simon,

In myEnv v0.2 this should be easy to implement. If you want to try I can send you a preview. But I have to implement it first.

Oli</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>In myEnv v0.2 this should be easy to implement. If you want to try I can send you a preview. But I have to implement it first.</p>
<p>Oli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuseppe Maxia</title>
		<link>http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/comment-page-1/#comment-1490</link>
		<dc:creator>Giuseppe Maxia</dc:creator>
		<pubDate>Sun, 03 Jan 2010 22:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/#comment-1490</guid>
		<description>Hi Simon,
I have some ideas to extend MySQL::Sandbox into a general purpose install-and-deploy application. I will propose some design plans in my blog quite soon.</description>
		<content:encoded><![CDATA[<p>Hi Simon,<br />
I have some ideas to extend MySQL::Sandbox into a general purpose install-and-deploy application. I will propose some design plans in my blog quite soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Mudd</title>
		<link>http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/comment-page-1/#comment-1486</link>
		<dc:creator>Simon Mudd</dc:creator>
		<pubDate>Sun, 03 Jan 2010 17:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/#comment-1486</guid>
		<description>Hi Giuseppe,

I&#039;ll take a longer look at the manual to see if I can do what I want.

Regarding the init scripts both Oracle and Sybase have root owned scripts which su to the non-root script which does the real task of start/stopping the instances. This should not be to hard to replicate for MySQL.

The thing that is important to me is some way to be able to select which instances will be started on boot. On some development servers I have over 10 mysql instances running and some of those may not be fully operational or I may want to keep them down. Having a way to able to say: start all &quot;selected&quot; instances would be nice. I&#039;m not sure how that fits in with your current scheme.

In any case the MySQL Sandbox does seem to have the most generic and flexible way to manage MySQL servers and is easy to use.</description>
		<content:encoded><![CDATA[<p>Hi Giuseppe,</p>
<p>I&#8217;ll take a longer look at the manual to see if I can do what I want.</p>
<p>Regarding the init scripts both Oracle and Sybase have root owned scripts which su to the non-root script which does the real task of start/stopping the instances. This should not be to hard to replicate for MySQL.</p>
<p>The thing that is important to me is some way to be able to select which instances will be started on boot. On some development servers I have over 10 mysql instances running and some of those may not be fully operational or I may want to keep them down. Having a way to able to say: start all &#8220;selected&#8221; instances would be nice. I&#8217;m not sure how that fits in with your current scheme.</p>
<p>In any case the MySQL Sandbox does seem to have the most generic and flexible way to manage MySQL servers and is easy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuseppe Maxia</title>
		<link>http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/comment-page-1/#comment-1485</link>
		<dc:creator>Giuseppe Maxia</dc:creator>
		<pubDate>Sun, 03 Jan 2010 17:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wl0.org/2010/01/managing-mysql-with-mysql-sandbox/#comment-1485</guid>
		<description>About the things that you say seem to be missing, please look at the reference manual, especially the sbtool and the scripts created by the sandbox installer. Some of what you need is already available.
http://search.cpan.org/~gmax/MySQL-Sandbox-3.0.05/lib/MySQL/Sandbox.pm
The ability of starting/stopping a sandbox at startup/shutdown has never been in the design.

MySQL::Sandbox does already provide a common directory ($HOME/sandboxes)

The single sandbox installer has more than 20 options that you can fiddle with to achieve optimal installations. The group sandbox installers can do the same fine tuning by means of environment variables that invoke the above mentioned options.

Regarding the name, it is appropriate for the usage for which it was created. 

Cheers

Giuseppe</description>
		<content:encoded><![CDATA[<p>About the things that you say seem to be missing, please look at the reference manual, especially the sbtool and the scripts created by the sandbox installer. Some of what you need is already available.<br />
<a href="http://search.cpan.org/~gmax/MySQL-Sandbox-3.0.05/lib/MySQL/Sandbox.pm" rel="nofollow">http://search.cpan.org/~gmax/MySQL-Sandbox-3.0.05/lib/MySQL/Sandbox.pm</a><br />
The ability of starting/stopping a sandbox at startup/shutdown has never been in the design.</p>
<p>MySQL::Sandbox does already provide a common directory ($HOME/sandboxes)</p>
<p>The single sandbox installer has more than 20 options that you can fiddle with to achieve optimal installations. The group sandbox installers can do the same fine tuning by means of environment variables that invoke the above mentioned options.</p>
<p>Regarding the name, it is appropriate for the usage for which it was created. </p>
<p>Cheers</p>
<p>Giuseppe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
