node.js - RethinkDB Windows 安装

标签 node.js database rethinkdb reql nosql

您好,您已经下载了 rethinkdb 并运行了 exe 文件,但是它没有连接 在浏览器中,但它在控制台中显示以下内容

    Running rethinkdb 2.3.5-windows (MSC 190023506)...
Running on 6.2.9200 (Windows 8, Server 2012)
Loading data from directory C:\rethinkdb_data
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Listening on cluster address: 127.0.0.1
Listening on driver address: 127.0.0.1
Listening on http address: 127.0.0.1
To fully expose RethinkDB on the network, bind to all addresses by running rethinkdb with the `--bind all` command line option.
Server ready, "DESKTOP_KDCUFAP_wxu" 1612d866-4f12-4b73-b45a-777bf9b84740

浏览器端

连接到 <未知> 问题 没有问题 服务器 连接的 表 /准备好 服务器

0 servers connected
0 servers missing

表格

0 tables ready
0 tables with issues

索引

0 secondary indexes
0 indexes building

资源

NaN% cache used
0 Bytes disk used

最佳答案

RethinkDB 2.3.5 网络用户界面在 Edge 浏览器中不工作。您可以在其他浏览器中加载它吗?

https://github.com/rethinkdb/rethinkdb/issues/5878

下一版本的 RethinkDB 将修复此错误。

关于node.js - RethinkDB Windows 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40520065/

相关文章:

rethinkdb - 在一个查询中返回 MAX() 和 MIN()

javascript - 将对象内的数组分隔为单个对象

javascript - 在本地使用 babel-cli

带有 .NET 数据库的 Java Web 应用程序

sql - 将一行插入到可能存在多行的数据库中

json - 如何使用 JavaScript 在 ReThinkDB 中的 ReQL 中对数组应用过滤器

javascript - 如何停止函数的执行?

javascript - Socket.io:发出消息是否将所有数据发送到所有客户端?

SQL not a single group 组函数报错

docker - 如何在容器内进行 rethinkdb 的自动数据库转储?