Unable to connect to any of the specified mysql hosts c# at specific location -


i have windows application developed in wpf connects mysql database using mysql connector.

application in local computer , other computers, works perfectly. when try install , run application in gulf country, gives below error message:

unable connect of specified mysql hosts c#

i have disabled firewall, antivirus still issue not getting resolved. want know issue ?

there many questions posted in stackoverflow non of them helped me.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -