<?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>LeopoldoMaestro.COM &#187; MySQL</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Sistemas, Negocios...</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ejemplo de my.cnf para Cpanel</title>
		<link>http://www.leopoldomaestro.com/ejemplo-de-my-cnf-para-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejemplo-de-my-cnf-para-cpanel</link>
		<comments>http://www.leopoldomaestro.com/ejemplo-de-my-cnf-para-cpanel/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 22:48:04 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[my.cnf]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=342</guid>
		<description><![CDATA[[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 max_connections = 500 max_user_connections=100 skip-locking key_buffer = 92M myisam_sort_buffer_size = 64M join_buffer_size = 2M read_buffer_size = 4M sort_buffer_size = 2M key_buffer_size = 256M table_cache = 20000 thread_cache_size = 384 #wait_timeout = [...]]]></description>
			<content:encoded><![CDATA[<p>[mysqld]<br />
datadir=/var/lib/mysql<br />
socket=/var/lib/mysql/mysql.sock<br />
# Default to using old password format for compatibility with mysql 3.x<br />
# clients (those using the mysqlclient10 compatibility package).<br />
old_passwords=1<br />
max_connections = 500<br />
max_user_connections=100<br />
skip-locking<br />
key_buffer = 92M<br />
myisam_sort_buffer_size = 64M<br />
join_buffer_size = 2M<br />
read_buffer_size = 4M<br />
sort_buffer_size = 2M<br />
key_buffer_size = 256M<br />
table_cache = 20000<br />
thread_cache_size = 384<br />
#wait_timeout = 90<br />
#connect_timeout = 10<br />
tmp_table_size = 8192M<br />
max_heap_table_size = 8192M<br />
max_allowed_packet = 64M<br />
#max_connect_errors = 10<br />
query_cache_limit = 3M<br />
query_cache_size = 40M<br />
query_cache_type = 1<br />
query_prealloc_size = 163840<br />
query_alloc_block_size = 32768<br />
thread_concurrency = 16</p>
<p>[myisamchk]<br />
key_buffer = 64M<br />
sort_buffer = 64M<br />
read_buffer = 16M<br />
write_buffer = 16M</p>
<p>[mysqldump]<br />
quick<br />
max_allowed_packet = 16M</p>
<p>[mysql.server]<br />
user=mysql<br />
#basedir=/var/lib<br />
old-passwords = 1</p>
<p>[mysqld_safe]<br />
log-error=/var/log/mysqld.log<br />
pid-file=/var/run/mysqld/mysqld.pid</p>
<p>local-infile=0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/ejemplo-de-my-cnf-para-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

