Forum Discussion
Unable to connect to MySQL DataSource
- 5 years ago
Issue Resolved
Solution :1. Do a Complete installation of connector instead of Typical .
2. Seperate port no with " : " instead of " , "
ambarishkunte , Make sure you have latest .net connector
https://dev.mysql.com/downloads/connector/net/
Also make sure Mysql user work based on IP permission, that is correctly enabled
refer: https://www.digitalocean.com/community/tutorials/how-to-allow-remote-access-to-mysql
Hi Amit,
We have 8.0.23 MySQL connector which is quite the latest & installed on Windows Server 2016 . The config file binding the IP address, I was not able to find at the installed connector location.
I'm also successfully able to connect to the Database using the ODBC MySQL Connector.
Regards,
ambarish kunte
- ambarishkunte5 years agoHelper I
Issue Resolved
Solution :1. Do a Complete installation of connector instead of Typical .
2. Seperate port no with " : " instead of " , "