本文介绍了MySQL通过互联网与VB.NET连接!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我可以连接到localhost中的mysql数据库。但是不能在我的服务器上连接?
I'm being able to connect to mysql database in localhost. But not able to connect in my server? Please can anybody help me?
推荐答案
要解决错误:无法连接到任何指定的MYSQL主机。你需要在mysql服务器中允许ip地址,这可以通过cpanel来完成。
To solve the error : "Unable to connect to any of the specified MYSQL hosts.", you need allow ip address in mysql server which can be done via cpanel.
这篇关于MySQL通过互联网与VB.NET连接!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!