Skip navigation.
Home
Freeware and Free & Open Source Software for Proprietary OSes

Alfresco Community Edition 3.2 MySQL Installation Workaround

Alfresco Community Edition 3.2

...was released yesterday. So, I decided to install it on a Linux server (in a virtual machine). Unfortunately, I ran into a problem when Alfresco's installer tried to build its MySQL database and tables. I checked an confirmed that MySQL was running properly and that the MySQL JDBC Connector was installed for the Tomcat installation that Alfresco provides. Since both of those checked out fine I ended up doing the following to get Alfresco installed:

1. Manually ran db_setup.sql in Alfresco/extras/databases/mysql

mysql -u root -p < db_setup.sql

2. Run the Alfresco installer

3. Uncheck the box to have the installer create the database

4. Complete the installation

5. Run "alfresco.sh start" to start Alfresco 3.2 up

6. Sit back and wait while Alfresco created and populated tables int the "alfresco" MySQL database

It seems to be running fine now.

Do you mind if I ask what the

Do you mind if I ask what the specs are on the machine you are running? I am also trying to run Alfresco 3.2 on linux, but whenever I try to upload pdf files larger than 25 megs through FTP, the program will go into a tailspin and eventually crash HotSpot.

Sammy: The "PC" I used lives

Sammy: The "PC" I used lives in a virtual machine that was allocated 512MB RAM. I do not know what your reference to "HotSpot" is.

Hi What OS was this on? It

Hi

What OS was this on? It was tested on Mac OS X and Fedora 10.

Thanks
Paul.

--
VP Engineering, Alfresco

Paul: Thanks for the

Paul: Thanks for the response. I installed it on a fresh CentOS 5.3 install. CentOS is a community rebuild of Red Hat Enterprise Linux.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.