i can to connect directly to database alfresco on terminal linux:
# mysql -u alfresco alfresco -p [intro]
(enter the password = alfresco)
mysql>
But when start /opt/alfresco/alfresco.sh
i get this message in alfresco.log :
18:38:48,128 ERROR [org.hibernate.util.JDBCExceptionReporter] Cannot create PoolableConnectionFactory create PoolableConnectionFactory ( Access denied for user 'alfresco'@'localhost.localdomain (using password: YES))
…
the file repository.properties is :
# Database configuration
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql:///${db.name}
db.username=alfresco
db.password=alfresco
what is happend? the configuration is correct but it no connect to database mysql why?
help me.
thank you.