Skip to main content

Not able to create MS SQL Server Linked server

Comments

4 comments

  • cPanelMichael
    Hello, You will likely need to install the following PDO Driver in order for your PHP scripts to connect to the remote database server: PHP: ODBC and DB2 (PDO) - Manual The following thread should help: How to add pdo_odbc (unixODBC flavor) to raw opts? Static vs Shared build issue Thank you.
    0
  • cse_king2
    Hi @Michael, I am not trying to call remote mysql from my php script. I am trying to connect cpanal mysql to desktop installed ms sql serverver through linked server option.
    0
  • cse_king2
    I have reolved this issue. I have followed following steps 1.Given client IP address in Remote MySQL 2.Installed "MySQL Connector/ODBC 5.1" in Client Meachine by following this tutorial -> ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/ 3)Created Temp table in Client Meachine & given full permission by following this tutorial ->
    0
  • cPanelMichael
    I'm happy to see you were able to address the issue. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.