<?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>Lisandro Grassini &#187; collation</title>
	<atom:link href="http://www.lgrassini.com/tag/collation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lgrassini.com</link>
	<description>random access memory</description>
	<lastBuildDate>Sat, 06 Mar 2010 18:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cambiar Charset / Collation a tablas MySQL</title>
		<link>http://www.lgrassini.com/mysql/cambiar-charset-collation-a-tablas-mysql</link>
		<comments>http://www.lgrassini.com/mysql/cambiar-charset-collation-a-tablas-mysql#comments</comments>
		<pubDate>Wed, 16 Apr 2008 11:33:07 +0000</pubDate>
		<dc:creator>lichi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[collation]]></category>

		<guid isPermaLink="false">http://www.lgrassini.com/?p=37</guid>
		<description><![CDATA[No se porqué, pero Sequel Pro (Que es una excelente herramienta y recomiendo) no permite modificar el charset de una tabla una vez creada.
Sin embargo podemos hacerlo mediante una simple linea en la consola MySQL:
ALTER TABLE `mi_tabla`  DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
En este ejemplo estoy seteando un charset utf8 y collation utf8_general_ci para la [...]]]></description>
			<content:encoded><![CDATA[<p>No se porqué, pero <a href="http://www.sequelpro.com/">Sequel Pro</a> (Que es una excelente herramienta y recomiendo) no permite modificar el <strong>charset</strong> de una tabla una vez creada.</p>
<p>Sin embargo podemos hacerlo mediante una simple linea en la consola MySQL:</p>
<p><em>ALTER TABLE `mi_tabla`  DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci</em></p>
<p>En este ejemplo estoy <em>seteando </em>un charset <strong>utf8</strong> y collation <strong><em>utf8_general_ci </em></strong>para la tabla &#8220;mi_tabla&#8221;.</p>
<p>Para un listado completo de los charset/collations soportados por MySQL vean <a href="http://dev.mysql.com/doc/refman/5.0/en/charset-charsets.html">este articulo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lgrassini.com/mysql/cambiar-charset-collation-a-tablas-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
