gpt4 book ai didi

mysql - 如何使用 vb.net 连接到 godaddy cpanel 中的在线数据库

转载 作者:行者123 更新时间:2023-11-29 11:11:50 24 4
gpt4 key购买 nike

我无法连接到我的在线数据库,我正在使用 GoDaddy 的 cPanel。我尝试在远程 MySQL 中添加主机,例如“192.68.0.%”,但抛出了相同的错误。我在此使用的连接字符串与我在网站上使用的连接字符串相同。

我的代码:

Try
Dim MySQLConnection = New MySqlConnection
MySQLConnection.ConnectionString = "server=www.***.com; port=3306; user=username; password=password; database=database;"
MySQLConnection.Open()
MsgBox("Success!")
Catch ex As Exception
MsgBox(ex.ToString)
End Try

我也尝试过这个:

Try
Dim MySQLConnection = New MySqlConnection
MySQLConnection.ConnectionString = "localhost; port=3306; user=username; password=password; database=database;"
MySQLConnection.Open()
MsgBox("Success!")
Catch ex As Exception
MsgBox(ex.ToString)
End Try

我在使用这两个代码时都遇到此错误:

Authentication to host '148.72.232.107' for user 'username' using method 'mysql_native_password' failed with message: Access denied for user 'username'@'49.148.94.47' (using password: YES)

最佳答案

解决这个问题:

  1. 转到您的 cPanel 帐户。
  2. 在“数据库”下,单击“远程 MySQL”。
  3. 根据您的 IP 错误添加访问主机。

在我的错误中,我添加了“49.148.94.47”。我现在可以使用 MySQL、GoDaddy - cPanel 连接到我的在线数据库。

关于mysql - 如何使用 vb.net 连接到 godaddy cpanel 中的在线数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40436333/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com