Hi all, I would like to evaluate Alfresco, but I have do not have MySQL installed on my development machine. I do have it running on a server. Since I'm inexperienced with JBoss deployment, I don't know what configuration changes to make to point both JBoss Portal and Alfresco at that MySQL server. Can someone provide me with the details of how to utilize a separate MySQL server? Thanks
Even I am facing the same problem my mysql database is installed at different machine and I don't know what configuration changes to make in alfresco to make it run , Please help
In general you will simply change the setting for db.url in alfresco-global.properties.
You may also need to configure your database to allow connections from the server running alfresco to the server running the database and create the empty schema as you would anyway when installing alfresco.