cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco with different database schema name

romschn
Star Collaborator
Star Collaborator
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,
1 REPLY 1

mrogers
Star Contributor
Star Contributor
just change your alfresco-global.properties

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}‍‍‍‍‍‍‍‍‍‍‍‍‍‍