My company is in the process of developing an online app that will interface with one of our in-house databases (SQL Server 2005). The boss wants us to try running MySQL 5.5.1.3 on the web server and have it somehow connect to the server running our in-house database. His thinking is that this setup should be more secure since the SQL server won't be exposed directly to the Internet.
Is this a good way to go about protecting our in-house database? Is there a better alternative?
Is this a good way to go about protecting our in-house database? Is there a better alternative?