<?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: deleting database... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31537#M16300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately now when I am launching alfresco I have beans errors. My database is surely badly instantiate. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tired to do this in command line but I have error saying the syntax is not correct:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql -u root -p &amp;lt;db_remove.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql -u root -p &amp;lt;db_setup.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I resolve this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2006 16:53:40 GMT</pubDate>
    <dc:creator>soeursourire</dc:creator>
    <dc:date>2006-03-06T16:53:40Z</dc:date>
    <item>
      <title>deleting database...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31535#M16298</link>
      <description>Please could you tell me how to clean the database. I was trying to click on db_remove but that does not seem to work. Should I delete all tables in mysql command line… how?Thanks</description>
      <pubDate>Mon, 06 Mar 2006 16:35:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31535#M16298</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-03-06T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: deleting database...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31536#M16299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found… one by one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delete from child_assoc;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 16:37:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31536#M16299</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-03-06T16:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: deleting database...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31537#M16300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately now when I am launching alfresco I have beans errors. My database is surely badly instantiate. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tired to do this in command line but I have error saying the syntax is not correct:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql -u root -p &amp;lt;db_remove.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql -u root -p &amp;lt;db_setup.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I resolve this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 16:53:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31537#M16300</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-03-06T16:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: deleting database...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31538#M16301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do all commands in db_remove.txt and in db_setup.txt in command line &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2006 16:58:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31538#M16301</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-03-06T16:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: deleting database...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31539#M16302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only important command in db_remove.sql is 'drop database alfresco;'.&amp;nbsp; The db_setup.sql script just recreates it (empty) and adds the alfresco user.&amp;nbsp; The first time you start Alfresco it creates the tables.&amp;nbsp; The other important step is to remove all the content files and lucene indexes - so the other thing the db_remove.bat script does is trash the alf_data folder and contents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 11:18:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-database/m-p/31539#M16302</guid>
      <dc:creator>paulhh</dc:creator>
      <dc:date>2006-03-07T11:18:57Z</dc:date>
    </item>
  </channel>
</rss>

