简体   繁体   English

Node.js express-admin“连接ECONNREFUSED”

[英]Node.js express-admin “connect ECONNREFUSED”

I'm trying to get a nice admin GUI for databasing for node.js like you get from phpmyadmin. 我正在尝试为node.js的数据库建立一个不错的管理GUI,就像从phpmyadmin获得的一样。

That's where I found express-admin. 那就是我找到express-admin的地方。 http://simov.github.io/express-admin-site/ http://simov.github.io/express-admin-site/

I follow their instructions and installed it with no problem. 我按照他们的指示进行安装,没有问题。 When I ran the app.js I entered in my credentials, "database type", "database name", etc. I choose the default port 3000 and after I was finished I received "connect ECONNREFUSED", nothing more. 运行app.js时,我输入了凭据(“数据库类型”,“数据库名称”等)。我选择默认端口3000,完成后,我收到“连接ECONNREFUSED”,仅此而已。 I tried different ports and even copy pasted the .json file they provided in the tutorial. 我尝试了不同的端口,甚至复制并粘贴了教程中提供的.json文件。 nothing seemed to work. 似乎没有任何工作。

I have no problem hosting my application I have been working on so I don't believe it's the port.. [and no I was not hosting my application as the same time] 我没有问题可以托管我一直在工作的应用程序,所以我不认为这是端口。.[并且不,我没有同时托管我的应用程序]

Thank you guys I hope to get some feedback! 谢谢大家,希望能得到一些反馈! (: (:

Max, I'm the author of express-admin. 麦克斯,我是express-admin的作者。

I just stumbled upon your question here. 我在这里偶然发现了你的问题。 Even though a month have passed if you are still experiencing problems configuring the admin you can open up an issue here: https://github.com/simov/express-admin/issues (I get notified via email when someone opens up an issue there). 即使已经过去一个月,如果您仍然在配置管理员方面遇到问题,也可以在此处提出问题: https : //github.com/simov/express-admin/issues (当有人提出问题时,我会通过电子邮件收到通知那里)。

Also you should provide a more detailed information about your server/database set up + the full error message. 另外,您还应该提供有关服务器/数据库设置的详细信息以及完整的错误消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM