User-219423983 posted
Hi remojr76,
I wanted a cheaper alternative to Azure with SSL
1).What potential vectors do I need to look for running side by side and when I have separate servers?
Do you mean this vectors would host the separate servers? If true, you’d better first search it by yourself and then compare them to choose the best on for you.
If not, please let me know and clarify what the “vectors” means?
2).If I add MySQL into the mix along with SQL Server are there any other vectors?
I read a posting where someone called someone an "idiot" for running the Database as root, for security reasons. Does this mean connecting as the administrator account?
I guess this situation is using the “sa” to connect to the remote database. If true, yes, it means connecting as administrator accutnt.
3.)What is running your instance as root, and what are the alternatives?
For this question, you could first have a look at below thread to learn the sql server authentication process. Then as it says, you’d better create a new same user both on IIS server side and the database side and then grant this user with the proper
rights.
http://stackoverflow.com/questions/2432793/the-best-way-to-connect-sql-server-windows-authentication-vs-sql-server-authent
Best Regards,
Weibo Zhang