无法访问和连接到MySQL服务器数据库

时间:2013-07-02 08:17:12

标签: java mysql database

我是MySQL服务器的新手,但擅长Java!我知道如何使用Java连接MySQL服务器。最近,我为我做了一个简单的小型MySQL服务器(测试)应用程序。它只是为了我的知识!我已成功连接到数据库并成功在我的Java App中使用INSERT和SELECT语句。


问题是我的应用程序只在我安装了SQL Server 2008R2的笔记本电脑上运行!我刚刚在另一台笔记本电脑上检查了我的应用,它说出了以下错误:

 com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP 
 connection to the host localhost, port 1433 has failed. Error: 
 "Connection refused: connect. Verify the connection properties. 
 Make sure that an instance of SQL Server is running on the host 
 and accepting TCP/IP connections at the port. Make sure that TCP 
 connections to the port are not blocked by a firewall.

到目前为止,我已经尝试过此链接没有成功仍然无法在我的其他计算机上访问我的数据库!

       msdn.microsoft.com/en-us/library/ms175043.aspx

从答案我也尽力了!

          stackoverflow.com/a/12430561/2496503

从这个答案我已经知道我的SQL Server网络配置(32位)没有显示任何细节/选项,如上面的答案中所提到的是这里附带的快照! enter image description here

请告诉我,如果它是普通的,那就是它没有显示任何选项!我的SQL服务器没有安装正确请帮我给我一些提示我会对你感到满意!

1 个答案:

答案 0 :(得分:0)

执行TCP / IP网络配置的这些步骤到第6步,您的问题将得到解决。

[http://www.visual-paradigm.com/support/articles/solve-sql-server-connection-problem.jsp] [1]