<?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 Re: mysql in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806108#M23876</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In the same directory as the mysql binaries are programs for performing hot and cold backups of the database.&lt;BR /&gt;&lt;BR /&gt;mysql is remarkably durable. I've performed backups with simple OS copies of the db files and had it work on other systems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 15 Jun 2006 06:51:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-06-15T06:51:29Z</dc:date>
    <item>
      <title>mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806106#M23874</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Will anybody guide me in backing up and restoring the databases in mysql of linux.&lt;BR /&gt;&lt;BR /&gt; Plz give me the syntax and from where to issue the command and also inform me whether databases should be closed or opened.&lt;BR /&gt;&lt;BR /&gt;Thnx&lt;BR /&gt;XYZ&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2006 02:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806106#M23874</guid>
      <dc:creator>rmedidi</dc:creator>
      <dc:date>2006-06-15T02:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806107#M23875</link>
      <description>&lt;!--!*#--&gt;Depending on the type of database in use, depends on how valid the resultunt 'dump' of the database is.&lt;BR /&gt;&lt;BR /&gt;Doing a flat-file backup whist the database is live is *OUT*.&lt;BR /&gt;&lt;BR /&gt;You can do a 'mysqldump' to dump the contents of the database, and back that up however.&lt;BR /&gt;&lt;BR /&gt;This is the command I use:&lt;BR /&gt;&lt;BR /&gt;   mysqldump -A -c -F -f -q --single-transaction | bzip2 -9 &amp;gt; /path/to/backup.dump.bz2&lt;BR /&gt;&lt;BR /&gt;Options are as follows:&lt;BR /&gt;&lt;BR /&gt;  -A : All databases&lt;BR /&gt;  -a : All create options&lt;BR /&gt;  -c : Use complete Insert statements&lt;BR /&gt;  -F : flush logs first&lt;BR /&gt;  -f : Continue even if there's an error&lt;BR /&gt;  -q : Don't buffer output&lt;BR /&gt;  --single-transaction : Go transactions!&lt;BR /&gt;&lt;BR /&gt;If you aren't using a transaction capable database type (InnoDB or some forms of BDB), it'll be silently ignored.&lt;BR /&gt;&lt;BR /&gt;Complete Insert Statements makes no assumptions.  It also means it's easier to do recoveries if there are database format changes.. usually..&lt;BR /&gt;&lt;BR /&gt;Depending on the table type depends on the locking this will do.  This basically does big SELECT statements to get the data out.&lt;BR /&gt;&lt;BR /&gt;If you want locks, use either '--add-locks' or just '--opt'.</description>
      <pubDate>Thu, 15 Jun 2006 05:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806107#M23875</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-06-15T05:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806108#M23876</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In the same directory as the mysql binaries are programs for performing hot and cold backups of the database.&lt;BR /&gt;&lt;BR /&gt;mysql is remarkably durable. I've performed backups with simple OS copies of the db files and had it work on other systems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 Jun 2006 06:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806108#M23876</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-15T06:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806109#M23877</link>
      <description>Nice exlanation could be found at:&lt;BR /&gt;&lt;A href="http://gentoo-wiki.com/MySQL/Backup" target="_blank"&gt;http://gentoo-wiki.com/MySQL/Backup&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dev.mysql.com/doc/refman/5.0/en/backup.html" target="_blank"&gt;http://dev.mysql.com/doc/refman/5.0/en/backup.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 15 Jun 2006 07:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3806109#M23877</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-06-15T07:07:15Z</dc:date>
    </item>
  </channel>
</rss>

