<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: mysql,conversion</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Convertir une base MySQL Latin en UTF-8</title>
        <link>http://www.posteet.com/view/792</link>
        <description>
        <![CDATA[<pre>mysqldump --add-drop-table -uroot -p NOM_DE_LA_BASE  | replace CHARSET=latin1 CHARSET=utf8 | iconv -f latin1 -t utf8 | mysql -uroot -p NOM_DE_LA_BASE</pre> <a href="http://www.posteet.com/tags/conversion">[conversion]</a>  <a href="http://www.posteet.com/tags/mysql">[mysql]</a>  <a href="http://www.posteet.com/tags/unicode">[unicode]</a>  <a href="http://www.posteet.com/tags/utf-8">[utf-8]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Mon, 25 Feb 2008 10:03:09 +0000</pubDate>

            <category>conversion</category>
            <category>mysql</category>
            <category>unicode</category>
            <category>utf-8</category>
    
    </item>


</channel>
</rss>
