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_fourone
db.username=alf_fourone
db.password=alf_fourone

db.host=localhost
db.port=3306

#
# MySQL connection
#————-
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}