Hi all,
I am creating linked server from my SQL server 2014 for MySQL database using ODBC driver, but I am getting error
"Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "MYSQL".
OLE DB provider "MSDASQL" for linked server "MYSQL" returned message "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified". (Microsoft SQL Server, Error: 7303)"
Please let me know any suggestion or solution on it

Santhakumar MunuswamyPosted Aug 22, 2017, 10:02 AM
Nilesh ShahPosted Aug 22, 2017, 9:19 AM
Santhakumar Munuswamy
Did you find any solution? If my answer worked for you, please mark it as "Accepted" and close this question.
Nilesh ShahPosted Aug 11, 2017, 11:07 AM
make sure you have specified server name, user name, passwords correctly and there is no misspelling/typos
make sure the mysql server is not blocking incoming connections from sql server instance