cancel
Showing results for 
Search instead for 
Did you mean: 

i have some q whit backup alf_data and mysql

hoffmannlin
Champ in-the-making
Champ in-the-making
i use alfresco 2.1 + mysql

stop alfresco
backup alf_data
backup mysql
start alfresco
stop alfresco
rm alf_data
drop alfresco's database
import alfresco's database
start alfresco
but alfresco will show 

HTTP Status 404 - /alfresco/
——————————————————————————–
type Status report
message /alfresco/
description The requested resource (/alfresco/) is not available.

what happend
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Difficult to say without the cause of the start-up problem (you need to post the output of the log file).

Usually this is due to something simple like the alfresco database user not getting it's permissions restored. Try running the following sql:
grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;
grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;

Mike