currently i made C#.net application with MYSQL database connectivity. here it runs completely in my pc means in localhost.
But Now i want to move my database on other computer and doing same thing which is working with my localhost....
in short i want to connect my application with Remote MYSQL server
So What should i do????
my connection string is below
string connectionpath = "server=localho st;database=myd b;uid=root;pass word=admin";
what change i do?
But Now i want to move my database on other computer and doing same thing which is working with my localhost....
in short i want to connect my application with Remote MYSQL server
So What should i do????
my connection string is below
string connectionpath = "server=localho st;database=myd b;uid=root;pass word=admin";
what change i do?
Comment