how to c# application online mysql database
C# desktop application how to connect website mysql database plz give me a connection string supose my database is on www.cogensoft.com how to access database from domain
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Mar 19, 2014, 2:40 AM
try below code
Noman aliPosted Mar 19, 2014, 12:34 PM
Sunny SharmaPosted Mar 19, 2014, 2:45 AM
Visit the control panel of your hosting site provided by Hosting Provider. There you can find all the database credentials that you need to connect to it.
Usually, you create a database using the panel and then you can access the same using your local MySql client, be it MySql Workbench, SqlYog or etc... there's so many out there.
Thanks!