<?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 how to start completely fresh in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217930#M171060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Whoever can help me out of this jam your help will be greatly appreciated.&amp;nbsp; I started having problems and so I wiped out my installation and started new.&amp;nbsp; Only to realize… I forgot about the database.&amp;nbsp; The alfresco.log file is telling me about a custom model I had implemented from before.&amp;nbsp; How do I wipe out the database in order to cooperate with the new instance of Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MUCH THANKS IN ADVANCE&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 18:46:49 GMT</pubDate>
    <dc:creator>lucille_arkenst</dc:creator>
    <dc:date>2010-06-29T18:46:49Z</dc:date>
    <item>
      <title>how to start completely fresh</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217930#M171060</link>
      <description>Whoever can help me out of this jam your help will be greatly appreciated.&amp;nbsp; I started having problems and so I wiped out my installation and started new.&amp;nbsp; Only to realize… I forgot about the database.&amp;nbsp; The alfresco.log file is telling me about a custom model I had implemented from before.&amp;nbsp; How do I</description>
      <pubDate>Tue, 29 Jun 2010 18:46:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217930#M171060</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-06-29T18:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to start completely fresh</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217931#M171061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do the following when I want to do a fresh re-install (NB:&amp;nbsp; I use MySQL – your database may differ):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Log onto MySQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Delete the 'alfresco' schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Recreate the 'alfresco' schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Grant the 'alfresco' user all privileges over the 'alfresco' schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you do this, Alfresco will re-create the tables, etc. on start-up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't tried this, but the following should work as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Run '&amp;lt;alfresco_home&amp;gt;/extras/databases/mysql/db_remove.bat'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Run '&amp;lt;alfresco_home&amp;gt;/extras/databases/mysql/db_setup.bat'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darryl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 19:26:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217931#M171061</guid>
      <dc:creator>darryl_staflund</dc:creator>
      <dc:date>2010-06-29T19:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to start completely fresh</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217932#M171062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK delete schema: drop database alfresco;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK recreate the alfresco schema: create database alfresco default character set utf8 collate utf8_bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK grant privileges 1: grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second one need to log in as root user…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And… I forgot the root password&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 19:55:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217932#M171062</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-06-29T19:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to start completely fresh</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217933#M171063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure how you'd go about resetting the root password.&amp;nbsp; Reinstall MySQL? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darryl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 20:23:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217933#M171063</guid>
      <dc:creator>darryl_staflund</dc:creator>
      <dc:date>2010-06-29T20:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to start completely fresh</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217934#M171064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found out there are ways to reset it.&amp;nbsp; Hopefully it won't be so bad.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, Darryl.&amp;nbsp; I appreciate it &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>Tue, 29 Jun 2010 20:51:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-start-completely-fresh/m-p/217934#M171064</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-06-29T20:51:57Z</dc:date>
    </item>
  </channel>
</rss>

