# Database configuration
db.schema.update=true
db.schema.update.lockRetryCount=24
db.schema.update.lockRetryWaitSeconds=5
db.driver=org.gjt.mm.mysql.Driver
db.name=alfrescolomy
db.url=jdbc:mysql:///${db.name}
db.username=alfresco
db.password=alfresco
db.pool.initial=10
db.pool.max=40
db.txn.isolation=-1
#
# MySQL connection
#
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/alfrescolomy
create database alfrescolomy default character set utf8;
grant all on alfrescolomy.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;
grant all on alfrescolomy.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;
drop database alfrescolomy;
revoke all on alfrescolomy.* from 'alfresco'@'localhost';
# Sample database connection properties
#
db.username=root
db.password=
Et ça fonctionne, la base alfrescolomy se complète et l'application web fonctionne !Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.