hi…
i want to connect mysql database which is a web server database from my machine.
i did it using connection string. But it gives me a error.
Note: In my machine no database are installed.
i also attach my error after it runs.
Search for services in control panel, or type services.msc in the RUN and there you will find and entry View Local Services in Admin tool section
select it that will show a window with all services in your system, find your service SQLEXPRESS and click on Start . It should start your server instance
thank you…ok i will try it…
sir, in connect i provide…
connection string as “Server=123.123.123.12;Database=abc;uid=abc;pwd=abc”
and provider name as “System.Data.SqlClient”
is it correct way to connect Mysql webserver?
Hi mzahid,
in my machine no database are installed. can i get sqlexpress service in my local machine?
i asked it because in my local machine no database present.
Database(mysql) only present in server.