Accessing MySQL Database from my VB.NET 2008 Project

前端 未结 2 1903
终归单人心
终归单人心 2021-01-07 09:01

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

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-07 09:21

    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.)?

提交回复
热议问题