3.4.e Installation - MySQL is missing
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2011 06:25 AM
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 !
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 !
Labels:
- Labels:
-
Archive
20 REPLIES 20
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 08:45 PM
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…
