cancel
Showing results for 
Search instead for 
Did you mean: 

3.4.e Installation - MySQL is missing

piski
Champ on-the-rise
Champ on-the-rise
Hi all,

I try to install the new 3.4.e to test Activiti preview and his abilities.

I begin the installation and I'm very surprised it don't propose me MySQL database !
I can only choose PostGRESQL  :cry:  … so :

1) Is this a choice to give up MySQL (and for future releases too) or is this an installation packaging mistake ?

2) If this is a mistake, how to overrid the issue ?

3) How upgrade our Alfresco 3.4.b with MySQL to Alfresco 3.4.e with POSTGRESQL ?

Thanks for your replies !
20 REPLIES 20

ecmuser20
Champ in-the-making
Champ in-the-making
Here's the setup script….
You may like to change "alfresco" as appropriate….

create database alfresco DEFAULT CHARACTER SET utf8;
grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;
grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;

Why do you need to create 2 users one with localhost and other with localhost.localdomain? And where do you set the password? Also which user will own alfresco scheme? Please shed some light on this…