couchbase where can I execute cbq command -
i have couchbase server , want connect query engine. asked lot , found have use command
./cbq-engine -couchbase http://--couchbase-server-name--:8091/
regarding have many questions command, should put username , password, why should use port 8091 when server working online port 8080, don't want answer of questions, need know should execute command?
i tried on cmd on got cbq not defined.
i on windows 7 64bit
please help
since you're on windows, believe difference it's cbq.exe , you'll need have in path or in directory. downloads posted @ http://www.couchbase.com/communities/n1ql have cbq.exe included:
. ├── license.txt ├── readme ├── cbq-engine.exe ├── cbq.exe ├── data ├── start_tutorial.bat └── static 2 directories, 5 files
also note java 2.0, node.js 2.0 , other sdks have experimental support n1ql querying.
Comments
Post a Comment