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
- Invalid login
- 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