08-23-2013, 02:14 PM
Hello, I am writing a database control program, and was wondering how to setup the remote mysql connection.
Well, I am using simple structure as that:
"Data Source=" + this.Host.Text + ";Database=" + this.database.Text + ";User ID=" + this.user.Text + ";Password=" + this.password.Text + ";
It works only with 127.0.0.1. Any idea how to make remote?
Thanks in advance!


