I have installed xampp, because I'm working in drupal, I want to install alfresco for to see if is possible the compatibility but in the moment that I have to select de port, the default port (3306) is in use (I suppose because I have mysql installed by xampp)
Do you know how to solve this problem?
At the first time which port I have to put in the alfresco installation?
You should be able to install alfresco so it shares the mysql instance with xampp.
However if you do need to change the port number or do decide to run two instance of mysql then you would do that by changing the db connection string in your alfresco-global.properties. The property to change is "db.url"
Thanks for the answer, but the problem is, which port number I should put, because if I don't change the port number I can't continue the installation….