locked
Unable to connect to any of the specified MySQL hosts RRS feed

  • Question

  • User882240555 posted

    Hi, need advice here. I'm facing a strange issue when i try to connect my C# desktop application to mysql database server in the same LAN. I have about 30 windows machine and almost all can connect to the server except 2 machine which give me 2 different error 

    1. Invalid login  
    2. Unable to connect to any of the specified MySQL hosts.

    My connection string

    ConnectionString=server=machine-database;database=database_test;uid=root;password=password

    Can anyone point out the mistake that i have made?

    Thanks in advance.

    Regards

     

    Wednesday, March 30, 2011 6:39 AM

All replies

  • User1805528910 posted

    Is your all other machine can connect with specified database connection?

    you are using any server or any windows or simple system? 

    Saturday, April 2, 2011 2:30 AM