Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
hi there,

i am trying to manage another website using Couch cms.
however i could not connect to database.

It said " No connection could be made because the target machine actively refused it."

I think the problem lies in the port. the mysql is running in port 3434.

how do i change port no in couch to 3434?

i hope my english is clear enough.

thanks alot,

Billyysim
hi...

i have found the solution.

in case there is someone encountered the same problem.

this is how i solved it.

edit config.php

change define( 'K_DB_HOST', 'localhost' ); to define( 'K_DB_HOST', 'localhost:3434' );



hope this help.
2 posts Page 1 of 1
cron