When setting up wordpress localy in my Virtualbox ubuntu image. i input couchdb credentials as the default db for wordpress, but it is failing to connect to my couchdb host saying,
<blockquote>
This either means that the username and password information in your
wp-config.php file is incorrect or we can't contact the database
server at
. This could mean your
host's database server is down.
</blockquote>
My couchdb database is up and running in
. And crated a db called wordpress there.
My question is, Is it possible to integrate couchdb with wordpress if so what is the wrong with my configuration?
and my last question is:
<strong>Is there any CMS system that can integrate with couchDB such as <a href="http://www.markuso.com/essay/project-kleks" rel="nofollow">markuso</a> like we integrate Wordpress with mysql?</strong>
<blockquote>
This either means that the username and password information in your
wp-config.php file is incorrect or we can't contact the database
server at
Code:
http://192.168.92.1:8101/
host's database server is down.
Code:
Are you sure you have the correct username and password? **yes**
Are you sure that you have typed the correct hostname? **yes**
Are you sure that the database server is running? **yes**
My couchdb database is up and running in
Code:
http://192.168.92.1:8101/
My question is, Is it possible to integrate couchdb with wordpress if so what is the wrong with my configuration?
and my last question is:
<strong>Is there any CMS system that can integrate with couchDB such as <a href="http://www.markuso.com/essay/project-kleks" rel="nofollow">markuso</a> like we integrate Wordpress with mysql?</strong>