I would like to connect to a MySql data base using c#, but then I need a connection string wich looks like this.
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
I hosted the database at a web host, but what should I put at the "Server="? Do I have to put the ip from my website? I have no idea how to do this.