Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Expert,

I have to connect mysql database through asp.net application.

But my website is on linux based server.

my database is on another server phpmyadmin which is not linux based.

when i try to connect it it gives me exception like following.

Unable to connect to any of the specified MySQL hosts. at MySql.Data.MySqlClient.NativeDriver.Open () [0x00000] in :0 at MySql.Data.MySqlClient.Driver.Create (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x00000] in :0 at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () [0x00000] in :0 at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () [0x00000] in :0 at MySql.Data.MySqlClient.MySqlPool.GetConnection () [0x00000] in :0



but when i run it locally it working fine for me.

my connection string is also right.

Please help me to solve this problem.

Thanks in advance.
Posted

1 solution

 
Share this answer
 
Comments
udusat13 20-Apr-12 1:15am    
Thanks.....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900