<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic mysql backup!! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459014#M15801</link>
    <description>hi all,&lt;BR /&gt;1.i have 3 years(2002,2003,2004) data hosted in mysql database server.i want to backup one year records(whole 2003 records).please give me any idea for this.&lt;BR /&gt;2.usually i take backup using mysqldump command.6 months back i backed up all the data from database and deleted all the records. so i want to add old data(6months back data) to my existing database. but i am getting some errors like table allready exist.&lt;BR /&gt;any idea?&lt;BR /&gt;&lt;BR /&gt;thanks in advance.&lt;BR /&gt;&lt;BR /&gt;ajay</description>
    <pubDate>Sun, 09 Jan 2005 22:47:32 GMT</pubDate>
    <dc:creator>ajay_34</dc:creator>
    <dc:date>2005-01-09T22:47:32Z</dc:date>
    <item>
      <title>mysql backup!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459014#M15801</link>
      <description>hi all,&lt;BR /&gt;1.i have 3 years(2002,2003,2004) data hosted in mysql database server.i want to backup one year records(whole 2003 records).please give me any idea for this.&lt;BR /&gt;2.usually i take backup using mysqldump command.6 months back i backed up all the data from database and deleted all the records. so i want to add old data(6months back data) to my existing database. but i am getting some errors like table allready exist.&lt;BR /&gt;any idea?&lt;BR /&gt;&lt;BR /&gt;thanks in advance.&lt;BR /&gt;&lt;BR /&gt;ajay</description>
      <pubDate>Sun, 09 Jan 2005 22:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459014#M15801</guid>
      <dc:creator>ajay_34</dc:creator>
      <dc:date>2005-01-09T22:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: mysql backup!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459015#M15802</link>
      <description>I recommend you using phpmyadmin. &lt;BR /&gt;Link to :&lt;BR /&gt;&lt;A href="http://www.phpmyadmin.net/home_page/index.php." target="_blank"&gt;http://www.phpmyadmin.net/home_page/index.php.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jan 2005 01:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459015#M15802</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-10T01:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: mysql backup!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459016#M15803</link>
      <description>Hi ajay,&lt;BR /&gt;My suggestion that move whole 2003 records to another table.&lt;BR /&gt;&lt;BR /&gt;INSERT INTO newtable SELECT * FROM oldtable where year = '2003';&lt;BR /&gt;delete from oldtable where year= '2003'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Mon, 10 Jan 2005 03:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459016#M15803</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-01-10T03:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: mysql backup!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459017#M15804</link>
      <description>tricky question without knowledge of your db,&lt;BR /&gt;&lt;BR /&gt;but generaly you should be able to do select all 2003 data and redirect to the file. Than you can modified this file to the real backup file (insterting insert into table blabla...)&lt;BR /&gt;&lt;BR /&gt;second way is move 2003 data to the separate table in new db and do mysqldump of this db&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I good remember, before restoring of mysqldump file you must remove the tables. If you have a look inside the file , you are gonna see that the tables will be created again.&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Mon, 10 Jan 2005 10:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459017#M15804</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-01-10T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: mysql backup!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459018#M15805</link>
      <description>hi ,&lt;BR /&gt;Tien its really a good tool to mysql administration.thanks for your suggestion.but i am worrying about the security.is there any way for password protuction to phpmyadmin tool?&lt;BR /&gt; &lt;BR /&gt;nick , sladky thank you very much for your suggestion. now i got solution to my problem.thank you very much.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ajay.</description>
      <pubDate>Thu, 13 Jan 2005 21:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql-backup/m-p/3459018#M15805</guid>
      <dc:creator>ajay_34</dc:creator>
      <dc:date>2005-01-13T21:30:11Z</dc:date>
    </item>
  </channel>
</rss>

