I'm using MySql database
Here is my code:
mysqlconn = New MySqlConnection
mysqlconn.ConnectionString = "host= 192.168.1.52; server=127.0.0.1; port=3306; userid=root; password=; database=dbfsesmis"
I want to access my database from another computer what's wrong with the code above?