Wednesday, March 10, 2010

Alfresco installation - MySQL

Another piece of info that the Alfresco Wiki hides is that
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: