Forums Redmine

Run Bitnami Redmine Stack with Easyphp server

Subscribe to Run Bitnami Redmine Stack with Easyphp server 5 post(s), 2 voice(s)

 
Avatar m-trdk 3 post(s)

Hi,

my company is using easyphp on Windows XP as web server, hosting a few php applications for the service. But they’d like to use Redmine to manage their projects.

I tried on my computer to use both easyphp and Bitnami Redmine Stack, but MySQL(easyphp) did’nt work anymore.

However Redmine worked successfully.

I tried to change sockets and ports, no change.

Even if I stop Bitnami redmine stack service, mysql doesn’t work. If I uninstall redmine, it works again.

How could I run both applications ?

Thanks,
Chris

 
Avatar beltran Administrator 1,948 post(s)

Hi Chris,

Was the MySQl (easyphp) started before installing Redmine Stack? The Stack is system independent. If another MySQL server is running during the Redmine installation, the Stack should show you that the defautl port is in use and you can select a different port.

Regards,

Beltran

 
Avatar m-trdk 3 post(s)

Beltran, thanks for your quick answer.

Easyphp was running during Redmine Stack’s installation (I tried both solutions). The installer suggested to change apache and mysql ports. I choose 8080 for the first, and 3360 for the second.

After the installation, no problem, I can use my web application on localhost:80 and redmine on localhost:8080. But if I restart Easyphp, or if I restart my computer, MySql(easyphp) is unavailable until I uninstall Redmine Stack :(

Do you have an idea?

 
Avatar beltran Administrator 1,948 post(s)

If you start the easyPHP MySQL database, which is the error? Could you post the easyPHP MySQL log file?

 
Avatar m-trdk 3 post(s)

When I launch EasyPHP, Apache and MySQL start with no error.
If I try to access http://localhost/home/mysql/ (path to manage mysql) I get a blank page after a long wait.

If I restart MySQL, it crashes, and I can see no error message in the log file.

When I launch an application on EasyPHP server, I get this error:
“Warning: mysql_connect() [function.mysql-connect]: 2002 Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu. (trying to connect via tcp://localhost:3306) in C:\Program Files\EasyPHP-5.3.2i\www\listing\index.php on line 4”

It says that server didn’t answer beyond a certain period.

Thanks

Forums Redmine