<?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>Cloudweavers &#187; mysql</title>
	<atom:link href="http://www.cloudweavers.org/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudweavers.org</link>
	<description>Cutting-edge technology consultant</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:56:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>There is such a thing as too much cache</title>
		<link>http://www.cloudweavers.org/2011/07/there-is-such-a-thing-as-too-much-cache/</link>
		<comments>http://www.cloudweavers.org/2011/07/there-is-such-a-thing-as-too-much-cache/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 19:41:36 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[buffer_pool]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.cloudweavers.org/?p=1571</guid>
		<description><![CDATA[For the xth time, I&#8217;ve hit the MySQL bug #51325 - It state that with relatively big (>5 gigs) innodb buffer_pool (my.cnf::innodb_buffer_pool_size), the LRU invalidation on &#8216;DROP TABLE&#8217; (or &#8216;TRUNCATE TABLE&#8217;) will lock the full table (even if DROP or TRUNCATE is on a partition). Bug is only present when using the &#8216;innodb_file_per_table&#8216;, which is [...]]]></description>
			<content:encoded><![CDATA[<p>For the xth time, I&#8217;ve hit the MySQL bug #<a href="http://bugs.mysql.com/bug.php?id=51325">51325 </a>- It state that with relatively big (>5 gigs) innodb buffer_pool (<em>my.cnf::innodb_buffer_pool_size</em>), the LRU invalidation on &#8216;DROP TABLE&#8217; (or &#8216;TRUNCATE TABLE&#8217;) will lock the full table (even if DROP or TRUNCATE is on a partition). Bug is only present when using the &#8216;<em>innodb_file_per_table</em>&#8216;, which is kind of sad because I love that configuration setting. </p>
<p>Solutions include disabling the innodb_file_per_table setting &#038; reducing the buffer_pool size&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2011/07/there-is-such-a-thing-as-too-much-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RT @glynmoody: Oracle kil&#8230;</title>
		<link>http://www.cloudweavers.org/2010/11/rt-glynmoody-oracle-kil/</link>
		<comments>http://www.cloudweavers.org/2010/11/rt-glynmoody-oracle-kil/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 10:57:38 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[source:twitter]]></category>

		<guid isPermaLink="false">http://cloudweaver.org/2010/11/rt-glynmoody-oracle-kil/</guid>
		<description><![CDATA[@pacharest: RT @glynmoody: Oracle kills low-priced MySQL support &#8211; http://bit.ly/9be412 well, at least Larry&#8217;s consistent #mysql #oracle]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.twitter.com/pacharest" target="_blank">@pacharest</a>: RT <a href="http://www.twitter.com/glynmoody" target="_blank">@glynmoody</a>: Oracle kills low-priced MySQL support &#8211; <a href="http://bit.ly/9be412" target="_blank">http://bit.ly/9be412</a> well, at least Larry&#8217;s consistent <a href="http://search.twitter.com/search?q=mysql" target="_blank">#mysql</a> <a href="http://search.twitter.com/search?q=oracle" target="_blank">#oracle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2010/11/rt-glynmoody-oracle-kil/feed/</wfw:commentRss>
		<slash:comments>86</slash:comments>
		</item>
		<item>
		<title>MySQL&#8217;s innodb_file_per_table</title>
		<link>http://www.cloudweavers.org/2010/02/mysqls-innodb_file_per_table/</link>
		<comments>http://www.cloudweavers.org/2010/02/mysqls-innodb_file_per_table/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 00:02:08 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=1395</guid>
		<description><![CDATA[I&#8217;m still alive &#8211; preparing my presentation for ConFoo conference (about massive scalability), writing an article on load balancer in the free software domain, doing a technical review of a book on Nginx (it should be pretty good), and driving my company at crazy speed (some new contracts and operations for existing ones). Ho, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still alive &#8211; preparing my presentation for ConFoo conference (about massive scalability), writing an article on load balancer in the free software domain, doing a technical review of a book on Nginx (it should be pretty good), and driving my company at crazy speed (some new contracts and operations for existing ones). Ho, and I&#8217;m preparing a wedding (mine) &#8211; yeah, I&#8217;m alive and living my life at the fullest.</p>
<p>In the midst of all that, I&#8217;ve got a mandate involving MySQL databases and the import of a big chunk of data (about 8gb raw). Yeah, I know, some peoples reading my blog will know whom I speaking of. The data come with the schema, the load data queries and the CSV files. Should be pretty easy, long, but easy. </p>
<p><strong>Got that one wrong. I&#8217;ve been bitten by all the bugs that were on the road</strong>:<br />
 &#8211; MySQL LoadData (from CSV) use the TMPDIR variable (which was on root filesystem) and LoadData generate a temporary queries in that directory. In the present case, the 8GB raw csv represented over 40GB of required tmpdir space.<br />
 &#8211; MySQL Replication doesn&#8217;t live really well with importing large amount of data. The first (failed) import broke all the replication (ring of masters + slaves).<br />
 &#8211; and&#8230; </p>
<p><strong>MySQL&#8217;s innodb log file cannot shrink its size</strong>. That&#8217;s pretty simple as a rule, but it creates lots of problems when you have a failed import due to free space issue. Whatever you do, MySQL will NOT give back this hard drive space unless you dump all and re-import. The current case being a database of over 20GB, it&#8217;s really a no-go (and since you are lacking free space, dump is a no-go).</p>
<p>The important things to take away from that encounter is: always enable innodb_file_per_table on MySQL. The performance overhead will be minimal (very) &#8211; you might even get better performance depending on your file system tolerance for fragmentation &#8211; AND &#8211; you will be able to drop table and regain the disk space&#8230; even if its only for a couple hours. The drop of a 10GB database should always give you some free space ;-). Question is: why haven&#8217;t MySQL put this setting as default ? Its been around for long enough&#8230; is stable and does help the general user (a sysadmin) experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2010/02/mysqls-innodb_file_per_table/feed/</wfw:commentRss>
		<slash:comments>227</slash:comments>
		</item>
		<item>
		<title>Couples of stats/facts.</title>
		<link>http://www.cloudweavers.org/2009/10/pascal-and-labsphoenix-in-stats/</link>
		<comments>http://www.cloudweavers.org/2009/10/pascal-and-labsphoenix-in-stats/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 14:15:07 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[glusterfs]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[labsphoenix]]></category>
		<category><![CDATA[Lustre]]></category>
		<category><![CDATA[mailman]]></category>
		<category><![CDATA[masi]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[personnal]]></category>
		<category><![CDATA[sme]]></category>
		<category><![CDATA[zabbix]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=1345</guid>
		<description><![CDATA[As I look over 6 very interesting projects overview on my desk, I&#8217;m forced to do a bit of thinking about how the last year went by. A year is a lot of time, and so much plans finally came to fruition that I can&#8217;t think of listing them all here today. Which is kinda [...]]]></description>
			<content:encoded><![CDATA[<p>As I look over <em>6 very interesting projects</em> overview on my desk, I&#8217;m forced to do a bit of thinking about how the last year went by. A year is a lot of time, and so much plans finally came to fruition that I can&#8217;t think of listing them all here today.  Which is kinda a good sign for me and my enterprise ;-)<br />
<br />
Most of my readers doesn&#8217;t really know who I am, even when you take into account that I blog under my real name. Most don&#8217;t know that I bought a condo in Hull (now part of Gatineau, near Ottawa &#8211; the capital of Canada), that I still have a rent in Montreal, that I proposed to my girlfriend (she said &#8220;Yes!&#8221;), that I own a dog (greatest experience of forcing a regular schedule I ever had), that my greatest motivation in life is to be able to go where I want, whenever I want. My dream is going back to Yosemite, California&#8230; and bring hiking gear.<br />
<br />
Another big aspect of my life is my business, <em>Les Laboratoires Phoenix</em>. I&#8217;ve been working full time at it for the last 9 months and its been a great experience. Over those months : I&#8217;ve worked with clients from 7 countries, contributed to 3 major open source projects, went to the &#8220;Free Software Foundation&#8221; Libre Planet confrence in Boston, went to the DefCon in Las Vegas, I&#8217;ve been named SME for {<a href="http://zabbix.com">Zabbix</a>, <a href="http://zimbra.com">Zimbra</a>, <a href="http://www.asterisk.org/">Asterisk</a>, <a href="http://www.openldap.org/">OpenLDAP</a>, extended LAMP Stack, <a href="http://www.gnu.org/software/mailman/index.html">Mailman</a>, <a href="http://www.gluster.org/">GlusterFS</a>, Lustre, MySQL, Cloud Computing, &#8230;}, 3 of my articles have been published (>40K prints), and I&#8217;m involved in a book project (from a major publisher)&#8230;<br />
<br />
And, even thinking about all those achievements, I still look for the future of <a href="http://labsphoenix.com">Les Laboratoires Phoenix</a>. I guess that working with startups influenced me a lot : those 6 projects are all different from each others, they represent good revenue potential (clear business plan) and require low capital input to be started. So, I guess I&#8217;ll stop speaking about them and work ;-). Btw, two of those projects would be online services (SAAS) for well known parts of Internet infrastructure (not webserver). Another is a cloud computing infrastructure services based in Montreal (this one if almost finished! &#038; I got an hardware provider)&#8230; A lot of fun to be had.<br />
<br />
More news to come. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2009/10/pascal-and-labsphoenix-in-stats/feed/</wfw:commentRss>
		<slash:comments>86</slash:comments>
		</item>
		<item>
		<title>processor/CPU affinity on GNU/linux</title>
		<link>http://www.cloudweavers.org/2009/06/processor-affinity-on-gnu-linux/</link>
		<comments>http://www.cloudweavers.org/2009/06/processor-affinity-on-gnu-linux/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 11:19:53 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[affinity]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[Technique]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=1192</guid>
		<description><![CDATA[With the new computer trend of adding more processing core rather than speeding each of them, CPU affinity is becoming quite important. It allow intelligent GNU/Linux system administrators to bind specific process or hardware interrupt to a list of CPU or core. This binding capacity is very useful in database server and high throughput environment [...]]]></description>
			<content:encoded><![CDATA[<p>With the new computer trend of adding more processing core rather than speeding each of them, CPU affinity is becoming quite important. It allow intelligent GNU/Linux system administrators to bind specific process or hardware interrupt to a list of CPU or core. This binding capacity is very useful in database server and high throughput environment by removing a lot of context-switching request on high load cpu. It can even be  used  to offload workstation CPU of the dreaded &#8216;firefox&#8217;/'flash&#8217; combo. </p>
<p>&nbsp;</p>
<p>Here is a quite interesting article from Intel, <a href="http://software.intel.com/en-us/articles/improved-linux-smp-scaling-user-directed-processor-affinity/">Improved Linux* SMP Scaling: User-directed Processor Affinity</a>, on the subject. It shows how to distribute hardware-based interrupts to specifics CPU to lower context switching. It is way more technical that this very article, but I don&#8217;t see the need to copy/paste everything. Read it, it worth it. </p>
<p>&nbsp;</p>
<p>So, <strong>checking out a process cpu affinity</strong> is done with following syntax:</p>
<blockquote><p># taskset -pc &#8216;pid&#8217;</p></blockquote>
<p>The processor IDs start at 0. The CPU-ID list is available with &#8216;<em>cat /proc/cpuinfo</em>&#8216;. </p>
<p>&nbsp;</p>
<p><strong>Binding a process ID (pID) to a specific processor</strong> is done with the following command. The only difference between the list/bind command is the processor id list added before the pID. It can be inserted as a single digit (1) or a list (1,2,3) or a suite (1-3).</p>
<blockquote><p># taskset -pc 1 &#8216;pid&#8217;</p></blockquote>
<p>There you go: your now able to bind this CPU intensive oracle process on specific core on this 16-ways system.</p>
<p>&nbsp;</p>
<p><strong>Links</strong> : old <a href="http://www.ibm.com/developerworks/linux/library/l-affinity.html">&#8216;for coder&#8217; IBM article</a> &#8211; another one for <a href="http://www.yellow-bricks.com/2009/04/28/cpu-affinity/">VMWare</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2009/06/processor-affinity-on-gnu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ensim &amp; php  :&#8217;premature end of script&#8217; ; php-script&#8217;</title>
		<link>http://www.cloudweavers.org/2009/05/premature-end-of-script/</link>
		<comments>http://www.cloudweavers.org/2009/05/premature-end-of-script/#comments</comments>
		<pubDate>Wed, 13 May 2009 19:40:18 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ensim]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=1099</guid>
		<description><![CDATA[I had an installation of phpForms [1] to complete on a client server where Ensim was already installed and configured. installed. I&#8217;ve learn a couple of things: 1. Recovering the root MySQL password is &#8216;really, really easy&#8217; if Ensim is installed on the server &#8211; maybe a bit too much: # ensim-python -c &#8220;import sys;sys.path.append(\&#8221;/usr/lib/opcenter/mysql\&#8221;);import [...]]]></description>
			<content:encoded><![CDATA[<p>I had an installation of phpForms [1] to complete on a client server where Ensim was already installed and configured. installed. I&#8217;ve learn a couple of things:<br />
<br />
<strong>1.</strong> <br />
Recovering the root MySQL password is &#8216;really, really easy&#8217; if Ensim is installed on the server  &#8211; maybe a bit too much: </p>
<blockquote><p># ensim-python -c &#8220;import sys;sys.path.append(\&#8221;/usr/lib/opcenter/mysql\&#8221;);import mysqlbe;print mysqlbe.read_mysqlpass()&#8221;</p></blockquote>
<p>
<strong>2.</strong><br />
<em>./phpforms/install.php</em> script fail with a 500 error (application error) when viewed with a web browser but output valid code when viewed through a CLI. In a direct relation, the apache error-log is complaining : <br />
<strong>&#8216;premature end of script&#8217; ; php-script&#8217; </strong><br />
<br />
This error is directly related to Ensim&#8217;s security setting. Try lowering them: when logged as server-administrator, edit the site setting, and set a &#8216;low-security-setting&#8217;.<br />
<br />
[1]. <a href="http://phpforms.net/">http://phpforms.net/</a> &#8211; PHP Scripts to auto-magically create web forms using database backend. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2009/05/premature-end-of-script/feed/</wfw:commentRss>
		<slash:comments>140</slash:comments>
		</item>
		<item>
		<title>removing mysql-bin log files</title>
		<link>http://www.cloudweavers.org/2009/02/removing-mysql-bin-log-files/</link>
		<comments>http://www.cloudweavers.org/2009/02/removing-mysql-bin-log-files/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:04:02 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[labsphoenix]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=1040</guid>
		<description><![CDATA[One of the main part of Laboratoires Phoenix sentinel network is the Zabbix monitoring system. In direct correlation with this fact is that the main concern inside this sentinel network is the database footprint of MySQL. I do not mean the &#8216;size-in-memory&#8217;, since I do have quite enough ram on those systems. And I&#8217;m not [...]]]></description>
			<content:encoded><![CDATA[<p>One of the main part of <a href="http://labsphoenix.com">Laboratoires Phoenix</a> sentinel network is the <a href="http://zabbix.com">Zabbix monitoring system</a>.<br />
<br />
In direct correlation with this fact is that the main concern inside this sentinel network is the database footprint of MySQL. I do not mean the &#8216;size-in-memory&#8217;, since I do have quite enough ram on those systems. And I&#8217;m not doing that much caching since data change very, very often. What I mean is the size of the database &#038; binaries log-files on disk.<br />
<br />
<strong>To make the story short</strong>: I always move<em> /var/lib/mysql</em> on a separate partition to be certain a db surge would not bring down / compromise other server functions. Seem like I forgot (on one of the system) that Debian standard location for the mysql-bin log-files was in <em>/var/log/mysql</em>.<br />
<br />
Since those are independent servers (not multi-master / replicated MySQL system), here is the magic sequence to remove unused mysql-bin files.<br />
<br />
# vi /etc/mysql/my.cnf<br />
<em>[modify bin-log number/space usage]</em><br />
# ls -la /var/log/mysq/<br />
# mysql -uroot -p<br />
[enter password]<br />
# <a href="http://dev.mysql.com/doc/refman/5.0/en/purge-binary-logs.html">purge binary logs</a> to &#8216;mysql-bin.000321&#8242;;<br />
<em>[where mysql-bin.000321 is one of the last / up to the point you want too keep].</em><br />
<br />
There you go. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2009/02/removing-mysql-bin-log-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>get mysqld-server configure options</title>
		<link>http://www.cloudweavers.org/2008/12/get-mysqld-server-configure-options/</link>
		<comments>http://www.cloudweavers.org/2008/12/get-mysqld-server-configure-options/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 22:13:36 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=945</guid>
		<description><![CDATA[Quick question that was posted on mysql general discussion list by a random user on Internet : I was wondering how can I view the &#8220;./configure &#8230; &#8230;&#8221; string with which a mysql server installation was compiled with. Source: email Here is my answer which might be of interest to some reader. grep ^CONFIGURE_LINE $(which [...]]]></description>
			<content:encoded><![CDATA[<p>Quick question that was posted on <a href="http://lists.mysql.com/mysql">mysql general discussion</a> list by a random user on Internet : </p>
<blockquote><p>
I was wondering how can I view the &#8220;./configure &#8230; &#8230;&#8221; string with which a mysql server installation was compiled with.<br />
Source: <a href="http://lists.mysql.com/mysql/215561">email</a>
</p></blockquote>
<p>
Here is my answer which might be of interest to some reader. </p>
<blockquote><p>
grep ^CONFIGURE_LINE $(which mysqlbug)
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2008/12/get-mysqld-server-configure-options/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Subject of the week</title>
		<link>http://www.cloudweavers.org/2008/03/subject-of-the-week/</link>
		<comments>http://www.cloudweavers.org/2008/03/subject-of-the-week/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 03:28:51 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[storage]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=571</guid>
		<description><![CDATA[Last week was based around VMware products with a conference in Montreal and 2 deployments. This week seem to be MySQLcentric. Had a little Sun Microsystem webcast this afternoon explaining&#160; the high-availability aspect of this database product. I should be configuring a 3 nodes cluster by the end of the week. NOTE: As soon as [...]]]></description>
			<content:encoded><![CDATA[<p>Last week was based around <strong>VMware products</strong> with a conference in Montreal and 2 deployments.</p>
<p>This week seem to be <strong>MySQL</strong>centric. Had a little Sun Microsystem webcast this afternoon explaining&nbsp; the high-availability aspect of this database product. I should be configuring a 3 nodes cluster by the end of the week. </p>
<p><strong>NOTE:</strong> As soon as I&#8217;ve finish this setup, I&#8217;ll be publishing a guide on <a href="http://www.mass-storage.org">mass-storage.org</a> about high-availability issues in database environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2008/03/subject-of-the-week/feed/</wfw:commentRss>
		<slash:comments>157</slash:comments>
		</item>
	</channel>
</rss>

