Author Topic: Connecting with C# (connection string)  (Read 4540 times)

Offline currenda

  • Newbie
  • *
  • Posts: 3
    • View Profile
Connecting with C# (connection string)
« on: August 07, 2009, 10:42:19 AM »
Hello

I have a problem connecting to server using C# and MS Visual Studio 2008. Maybe someone know the correct connection string?

My properties and an error that occurs when I click "Test Connection":
newbielink:http://img256.imageshack.us/i/connections.jpg/ [nonactive]

And the advance properties:
newbielink:http://img195.imageshack.us/i/otheroptions.jpg/ [nonactive]

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 330
    • View Profile
    • Free MySQL
Re: Connecting with C# (connection string)
« Reply #1 on: August 07, 2009, 01:02:03 PM »
Make sure your firewall is not blocking any communication to/from the mysql server

Make sure you download MySql Connector and add it as a reference to your project.

http://dev.mysql.com/downloads/connector/
Have a great day,
- Free MySQL Admin -

Free MySQL

Re: Connecting with C# (connection string)
« Reply #1 on: August 07, 2009, 01:02:03 PM »