hi
I would like to connect with a client created in vb.net from myself from my PC to the my DB mysql on my domain into x10hosting
I have already put this % in the control panel for "Remote MySQL"
Code:
Imports MySql.Data.MySqlClient
Class MainForm Public Sub New()
Me.InitializeComponent()
Dim myConnectionString As String=Nothing
myConnectionString="database=my_db;datasource=my_name.x10hosting.com;user=my_user;password=my_pw;port=3306"
Dim myConnection As New MySqlConnection(myConnectionString)
myConnection.Open()
End Sub
End Class
but it dont connect...
WHY?
tks:dunno:
Edit:
Nobody has the same problem?
The free version of x10hosting allows remote connection from a client?
I am stuck and I need an answer to my question!!
thanks Staff!