09-09-2015, 07:11 AM
I had the same problem and I could fix it yesterday. You have to specify which port you are going to use for MySQL, it has to be a free port (3306 is default port but i already used it for another aplication so I tried the 3307 port and worked!). So in the configuration page when you have to put your "Database Host" (its filled with "localhost" by default) you have to complete it like this: localhost:"number of free port for MySQL". eg: localhost:3307. Previously you should have set it up in MySQL configuration. Opendocman looks for a port to obtain MySQL service and one of the reason for your problem is that Opendocman is trying to look for that service in a wrong port. I hope it could be useful for you and good luck. Elias