<?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 Problem backing up MySQL on WinSvr 2003 x64 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-backing-up-mysql-on-winsvr-2003-x64/m-p/255179#M208309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok.. I've tried the works here.. spent hours on end.. hoping I can find some help. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco is running great. No install issues, but I could't find the topic just relating to backup configuration..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think you need all 162 lines of my backup procedure for the server.. the issue is backing up mysql. mysqldump gives no errors but my output .sql files is 1kb.. it simply states :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Usage: mysqldump [OPTIONS] database [tables]&lt;BR /&gt;OR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mysqldump [OPTIONS] –databases [OPTIONS] DB1 [DB2 DB3…]&lt;BR /&gt;OR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mysqldump [OPTIONS] –all-databases [OPTIONS]&lt;BR /&gt;For more options, use mysqldump –help&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;my command line is as follows :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;mysqldump -u root -p ******** -A -c -f&amp;gt; alf_bkup.sql&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The dump creates the outfile.. but no tables or data. I'm going crazy here looking all over the place and trying so many things. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also found that mysqldump will not run is the SQL server is shut down, so we are only shutting down Tomcat. We don't have the openoffice service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Installed Alfresco from the Windows Installer. Version 3.2c (community version)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also found that we have no alfresco-global.properties files.. just the sample file. But this hasn't created any issues. It runs great.. backup seems to the issue on hand. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help? This is mission critical. Thank you so much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 07:49:05 GMT</pubDate>
    <dc:creator>gbrann</dc:creator>
    <dc:date>2011-04-19T07:49:05Z</dc:date>
    <item>
      <title>Problem backing up MySQL on WinSvr 2003 x64</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-backing-up-mysql-on-winsvr-2003-x64/m-p/255179#M208309</link>
      <description>ok.. I've tried the works here.. spent hours on end.. hoping I can find some help. &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;Alfresco is running great. No install issues, but I could't find the topic just relating to backup configuration..I don't think you need all 162 lines of my backup procedure for the server.. the issue is backing up</description>
      <pubDate>Tue, 19 Apr 2011 07:49:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-backing-up-mysql-on-winsvr-2003-x64/m-p/255179#M208309</guid>
      <dc:creator>gbrann</dc:creator>
      <dc:date>2011-04-19T07:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem backing up MySQL on WinSvr 2003 x64</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-backing-up-mysql-on-winsvr-2003-x64/m-p/255180#M208310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the end this is a reminder to us all that syntax is king.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I fixed the error. It was insanely simple. I had the following mysqldump command - &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;mysqldump -u root -p password -A -N -f&amp;gt; alf_bkup.sql&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;however.. the CORRECT command should look this this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;mysqldump -uroot -ppassword -A -N -f&amp;gt; alf_bkup.sql&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm posting this so anyone else who had this problem or has this problem can find the solution faster then I did.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 15:46:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-backing-up-mysql-on-winsvr-2003-x64/m-p/255180#M208310</guid>
      <dc:creator>gbrann</dc:creator>
      <dc:date>2011-04-19T15:46:47Z</dc:date>
    </item>
  </channel>
</rss>

