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

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

    
    <item>
        <title>Restore a database in mysql with a special charset</title>
        <link>http://www.posteet.com/view/833</link>
        <description>
        <![CDATA[<pre>mysql -D DATABASE -u USERNAME -p -h HOST --default-character-set=utf8 &lt; FILE.sql</pre> <a href="http://www.posteet.com/tags/database">[database]</a>  <a href="http://www.posteet.com/tags/mysql">[mysql]</a>  <a href="http://www.posteet.com/tags/restore">[restore]</a> ]]>        </description>
        <dc:creator>grummfy</dc:creator>
        <pubDate>Fri, 14 Mar 2008 21:02:11 +0000</pubDate>

            <category>database</category>
            <category>mysql</category>
            <category>restore</category>
    
    </item>

  
    <item>
        <title>HOWTO Restore GRUB</title>
        <link>http://www.posteet.com/view/667</link>
        <description>
        <![CDATA[<pre># Boot on a live CD and open a console. sda1 is supposed to be the partition containing the OS
# 1/ Restore GRUB
mount -t proc none /dev/sda1/proc
mount -o bind /dev /dev/sda1/dev
chroot /dev/sda1/ /bin/bash

/usr/sbin/grub
grub &gt; root(hd0,0)    # 0-&gt;a, 1-&gt;b ...      #1-&gt;0, 2-&gt;1 ...
grub &gt; setup(hd0)
grub &gt; quit

# 2/ Check if partition is bootable
fdsik /dev/sda
fdisk &gt; p      # print the partition table
fdisk &gt; a      # toggle a bootable flag
fdsik &gt; 1
fidsk &gt; w

# 3/ Reboot !! That's done</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/fdisk">[fdisk]</a>  <a href="http://www.posteet.com/tags/grub">[grub]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/restore">[restore]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Mon, 14 Jan 2008 11:48:39 +0000</pubDate>

            <category>bash</category>
            <category>fdisk</category>
            <category>grub</category>
            <category>linux</category>
            <category>restore</category>
    
    </item>

  
    <item>
        <title>Myqsldump et mysqlrestore</title>
        <link>http://www.posteet.com/view/75</link>
        <description>
        <![CDATA[<pre># Dump
mysqldump -u user -p -h localhost --database base &gt; base.sql

# Restore
mysql -u user -p -h localhost base &lt; base.sql</pre> <a href="http://www.posteet.com/tags/dump">[dump]</a>  <a href="http://www.posteet.com/tags/mysql">[mysql]</a>  <a href="http://www.posteet.com/tags/restore">[restore]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Thu, 11 Oct 2007 07:15:57 +0000</pubDate>

            <category>dump</category>
            <category>mysql</category>
            <category>restore</category>
    
    </item>


</channel>
</rss>
