cancel
Showing results for 
Search instead for 
Did you mean: 

Où se trouve la base de données d'Alfresco dans MySQL ?

sarah
Champ in-the-making
Champ in-the-making
Bonjour,

Je veux savoir où se trouve la base de données d'Alfresco sur MySQL ?

Merci de m'aider.

Cordialement.
12 REPLIES 12

roberten
Champ in-the-making
Champ in-the-making
Elle n'existe pas, il faut la creer

sarah
Champ in-the-making
Champ in-the-making
est ce que vous pouvez m'éclaircir un peu ? c'est à dire quelles sont les tables que je vais construire et comment Alfresco va les connaitre ?

merci de m'aider

Cordialement

roberten
Champ in-the-making
Champ in-the-making
Dans un terminal, taper :
➢ mysql -u root -p

mysql > create database alfresco;

mysql > grant all on alfresco.* to 'alfresco'@'localhost' identified
by 'alfresco' with grant option;

mysql > grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco'
with grant option;

alfresco il charge les tables dans cette base ,il suffit la creer,
par defaut dans alfresco dans le fichier ROOT.xml, il faut commenter les balises qui configure HSQL et décommenter celles qui paramètrent MYSQL,

De plus t'aura besoin le jdbc:mysql connector.

sarah
Champ in-the-making
Champ in-the-making
où se trouve le fichier ROOT.xml ? et où je vais mettre le connecteur mysql ?

merci infiniment

roberten
Champ in-the-making
Champ in-the-making
conf\Catalina\localhost
et connector dans le repertoir \lib

mais l'endroit ca depend la version d'alfresco et si bundel avec tomcat ou seule

sarah
Champ in-the-making
Champ in-the-making
dans le répertoire C:\Alfresco\tomcat\conf\Catalina\localhost , je trouve pas le fichier ROOT.xml , mais je trouve deux fichiers qui ne sont pas en relation avec la base de données. pouvez vous m'aider?

merci infiniment.

cordialement

roberten
Champ in-the-making
Champ in-the-making
cherche un repertoire \classes à un fichier "repository.properties" et effectue les modif suivante:

# Database configuration

db.schema.update=true
db.driver=org.gjt.mm.mysql.Driver
db.name=alfresco
db.url=jdbc:mysql://localhost/${db.name}
db.username=alfresco
db.password=alfresco
db.pool.initial=10
db.pool.max=20

sarah
Champ in-the-making
Champ in-the-making
toujours il n'y a pas ce fichier ROOT.xml ; comment faire ?

cordialement.

roberten
Champ in-the-making
Champ in-the-making
mais en parle plus de root.xml, je té dis de chercher un autre fichier qui s'appele "repository.properties"
qui se trouve normalement dans un repertoire qui s'appele "classes"
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.