you need to grant the alfresco user privileges to the alfresco database.
mysql> grant all privileges on alfresco.* to
'alfresco'@'%' identified by 'alfresco';
Query OK, 0 rows modified (0.00sec)
mysql> grant all privileges on alfresco.* to
'alfresco'@'localhost' identified by 'alfresco';
Query OK, 0 rows modified (0.00sec)
No comments:
Post a Comment