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

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

    
    <item>
        <title>Backup (logique) et restauration MySQL</title>
        <link>http://www.posteet.com/view/436</link>
        <description>
        <![CDATA[<pre>Backup :
mysqldump -u root -pSuperMotDePasse --all-databases &gt; backup.sql

Restauration :
mysql -u root -pSuperMotDePasse &lt; backup.sql</pre> <a href="http://www.posteet.com/tags/backup">[backup]</a>  <a href="http://www.posteet.com/tags/mysql">[mysql]</a>  <a href="http://www.posteet.com/tags/restauration">[restauration]</a>  <a href="http://www.posteet.com/tags/sauvegarde">[sauvegarde]</a> ]]>        </description>
        <dc:creator>skymaxs</dc:creator>
        <pubDate>Thu, 15 Nov 2007 09:31:25 +0000</pubDate>

            <category>backup</category>
            <category>mysql</category>
            <category>restauration</category>
            <category>sauvegarde</category>
    
    </item>


</channel>
</rss>
