<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : MySQL 8.02 BACKUP</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : MySQL 8.02 BACKUP]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 14:49:49 +0000</pubDate>
  <lastBuildDate>Mon, 19 Jun 2006 10:13:29 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=20312</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[MySQL 8.02 BACKUP : The best way to do this is try...]]></title>
   <link>https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109254.html#109254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20312<br /><strong>Posted:</strong> 19&nbsp;June&nbsp;2006 at 10:13am<br /><br />The best way to do this is try different methods and see which ones work.<br><br>The drop table is good for backups that overwrite existing data, as if an old table exsists it will be deleted and new table made in it's place.<br><br>Not sure how the Add AUTO_INCREMENT value thing works in the software you are using, but you need to ensure that the same values are used in the AUTO_INCREMENT ID fields, so try both ways and check the results against the original database to make sure ID fields are the same, this way you will find which one works.]]>
   </description>
   <pubDate>Mon, 19 Jun 2006 10:13:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109254.html#109254</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL 8.02 BACKUP : Well.....yes thank you...we can...]]></title>
   <link>https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109235.html#109235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23166">agronoy</a><br /><strong>Subject:</strong> 20312<br /><strong>Posted:</strong> 18&nbsp;June&nbsp;2006 at 1:52pm<br /><br />Well.....<b>yes </b>thank you...we can use the export tool.<br><br>About the <font size="2">Check box:<br></font><h4>    &#091;<a href="http://db003.zabco.net/phpMyAdmin/&#068;ocumentati&#111;n.html#faqexport" target="_blank">6.12</a>&#093; I want to understand some Export options.</h4>    <p><b>Structure:</b></p>    <ul><li>"Add DROP TABLE" will add a line telling MySQL to        <a href="http://dev.mysql.com/doc/mysql/en/drop-table.html" target="_blank">drop the table</a>,        if it already exists during the import. It does NOT drop the table after        your export, it only affects the import file.</li><li>"If Not Exists" will only create the table if it doesn't exist. Otherwise,        you may get an error if the table name exists but has a different structure.</li><li>"Add AUTO_INCREMENT value" ensures that AUTO_INCREMENT value        (if any) will be included in backup.</li><li>"Enclose table and field names with backquotes" ensures that        field and table names formed with special characters are protected.</li><li>"Add into comments" includes column comments, relations, and MIME        types set in the pmadb in the dump as SQL comments (<i>/* xxx */</i>).</li></ul>    <p><b>Data:</b></p>    <ul><li>"Complete inserts" adds the column names on every INSERT command,        for better documentation (but resulting file is bigger).</li><li>"Extended inserts" provides a shorter dump file by using only        once the INSERT verb and the table name.</li><li>"Delayed inserts" are best explained in the        <a href="http://dev.mysql.com/doc/mysql/en/insert-delayed.html" target="_blank">MySQL manual</a>.</li><li>"Ignore inserts" treats errors as a warning instead. Again, more info        is provided in the <a href="http://dev.mysql.com/doc/mysql/en/insert.html" target="_blank">MySQL        manual</a>, but basically with this selected, invalid values are adjusted and inserted        rather than causing the entire statement to fail.</li></ul>Nice talking to my self....<img alt="Wink" src="https://forums.webwiz.net/smileys/smiley2.gif" align="absmiddle" border="0"><br><br>]]>
   </description>
   <pubDate>Sun, 18 Jun 2006 13:52:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109235.html#109235</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL 8.02 BACKUP : Thank you Borg.I thought I can...]]></title>
   <link>https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109115.html#109115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23166">agronoy</a><br /><strong>Subject:</strong> 20312<br /><strong>Posted:</strong> 15&nbsp;June&nbsp;2006 at 4:03pm<br /><br />Thank you Borg.<br>I thought I can use the export/import tool on&nbsp; <font size="2"><bdo><i>phpMyAdmin </i>but there are so many Check box in the export form that confuse me.<br>Is it OK to use the export tool? how to configure it?<br></bdo></font>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 16:03:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109115.html#109115</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL 8.02 BACKUP : I would recommend backing up the...]]></title>
   <link>https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109113.html#109113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20312<br /><strong>Posted:</strong> 15&nbsp;June&nbsp;2006 at 3:34pm<br /><br />I would recommend backing up the database.<br><br>However, when it comes to mySQL I tend to stop the service and copy across the mySQL 'data' file from the server. However, in a shared hosting environment this is not an option.<br><br>There are tools like SQLyog, which I believe has a mySQL database copy or move tool built into it that could be used to backup a mySQL database.<br>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 15:34:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109113.html#109113</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL 8.02 BACKUP : Maybe I&amp;#039;m wrong and forum...]]></title>
   <link>https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109108.html#109108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23166">agronoy</a><br /><strong>Subject:</strong> 20312<br /><strong>Posted:</strong> 15&nbsp;June&nbsp;2006 at 3:01pm<br /><br />Maybe I'm wrong and forum database backup is not so important issue....<br>?<br><br>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 15:01:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109108.html#109108</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL 8.02 BACKUP : Hi. What is the best simple way...]]></title>
   <link>https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109030.html#109030</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23166">agronoy</a><br /><strong>Subject:</strong> 20312<br /><strong>Posted:</strong> 14&nbsp;June&nbsp;2006 at 2:34pm<br /><br /><img src="file:///C:/DOCUME%7E1/YOSEFB%7E1/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" border="0"><img src="file:///C:/DOCUME%7E1/YOSEFB%7E1/LOCALS%7E1/Temp/moz-screenshot-1.jpg" alt="" border="0">Hi.<br>What is the best&nbsp; simple way to backup Mysql database (MySQL clientversion: 5.0.19) from the hosting server to my computer using <font size="2"><bdo><i>phpMyAdmin 2.8.0.1 on the web.</i></bdo></font><br><font color="#0000ff">Please don't save deails...<br><font color="#000000">Thank you</font><br></font>]]>
   </description>
   <pubDate>Wed, 14 Jun 2006 14:34:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-8-02-backup_topic20312_post109030.html#109030</guid>
  </item> 
 </channel>
</rss>