Alfresco with different database schema name
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2012 06:09 AM
Hi,
I am currently using Alfresco 4.0.0. It is using the default database schema - alfresco. Also, I am currently using SOLR.
Now, I want to change the database schema to a different name - alfresconew.
Could you please let us know which all changes are required to be done?
Thanks,
I am currently using Alfresco 4.0.0. It is using the default database schema - alfresco. Also, I am currently using SOLR.
Now, I want to change the database schema to a different name - alfresconew.
Could you please let us know which all changes are required to be done?
Thanks,
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2012 07:17 AM
just change your alfresco-global.properties
e.g.
e.g.
db.name=alf_fouronedb.username=alf_fouronedb.password=alf_fouronedb.host=localhostdb.port=3306## MySQL connection#————-db.driver=org.gjt.mm.mysql.Driverdb.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
