0

I am trying to find a work around to expedite our contractors work on our new website. The website is being created in WP using MySql, and some data that the website will dynamically load is located on our business SQL Server. Migration is out of the question.

Is there a way to query our SQL server from the MySql database?

mattgcon
  • 4,768
  • 19
  • 69
  • 117

2 Answers2

0

Querying SQL server from MySQL database is not the good solution I think. Why not querying the SQL server using PHP for example?

Ranaivo
  • 1,578
  • 12
  • 6
  • Because it seems that our contractors do not know what they are doing haha. Seriously though, they are having issues connecting to our SQL database, even though multiple tests have been done on connecting to the SQL database from outside our building. – mattgcon Feb 20 '14 at 08:08
0

The end result was that the workaround involved adding to an internal web app to populate the MySQL database with the data that we needed

mattgcon
  • 4,768
  • 19
  • 69
  • 117