开发者

Accessing MySQL Database from my VB.NET 2008 Project

开发者 https://www.devze.com 2022-12-20 21:27 出处:网络
I 开发者_开发百科developed a project in VB.NET In this project I want to use data from MySQL that is resides in my WEB Server.

I 开发者_开发百科developed a project in VB.NET

In this project I want to use data from MySQL that is resides in my WEB Server.

I can communicate with the MySQL server of my localhost but can not communicate with the WEB Server.

In my CPanel I added Host from the Remote Database Access

But I can't communicate with WEB MySQL Server.

Please help me.


The first step is to try to connect to the web mysql with MySql Query Browser - that will tell you if the database is open for remote connections ( I assume it would fail)

I guess you have already checked it, but make sure you use the correct ip

EDIT:

As Björn said, your vb code is ok, so the problem is with the connection to the db.

Unfortunately that would be caused by many many reasons.

  • Are you sure you use a real IP from the host (and use it in the mysql settings)?
  • Are you sure you entered the correct remote host in the mysql settigns?
  • Are you sure you have correct connection string in the vb code?


Since your post indicates you can access the DB on your localhost, it doesn't seem to be an issue with the way you're connecting to the DB from your application (.NET-Connector?).

What does the external MySQL-Server say? Access denied? Or can't you reach it from the pc where your application is hosted (aka maybe a firewall regulation, other network etc.)?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号