<?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>OpenBSD and FreeBSD resources &#187; MySQL</title>
	<atom:link href="http://purebsd.com/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://purebsd.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Jun 2010 06:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>MySQL and OpenBSD</title>
		<link>http://purebsd.com/mysql-and-openbsd.html</link>
		<comments>http://purebsd.com/mysql-and-openbsd.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:28:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://purebsd.com/?p=48</guid>
		<description><![CDATA[A tip. After installation of MySQL, you should edit the file /usr/local/bin/safe_mysqld: Look for the line with a #-sign in front of ulimit -n 256. Remove that comment token and MySQL has some room to breathe. Explanation: by default, a user is permitted to open only 64 files at a time. When you are greedy and [...]]]></description>
			<content:encoded><![CDATA[<p>A tip.</p>
<p>After installation of MySQL, you should edit the file /usr/local/bin/safe_mysqld:<br />
Look for the line with a #-sign in front of <code>ulimit -n 256</code>. Remove that comment token and MySQL has some room to breathe.</p>
<p>Explanation: by default, a user is permitted to open only 64 files at a time. When you are greedy and want more, you should execute a <code>ulimit -n 256</code> for instance. The MySQL binary package in de OpenBSD packages directory does not raise its limit of 64 files by default, so it runs out of file descriptors rather fast, leading to strange, seamingly inconsistent, errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://purebsd.com/mysql-and-openbsd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

