简体   繁体   English

在Windows Server 2003 Enterprise Edition上并排安装SQL Server 2008 R2和MySQL是否安全?

[英]Is it safe to install SQL Server 2008 R2 and MySQL side-by-side on Windows Server 2003 Enterprise Edition?

这样的配置有什么缺点吗?

These two databases are totally separate entities and you should have no problems running both of them on the same machine. 这两个数据库是完全独立的实体,在同一台计算机上运行它们都应该没有问题。

Short story: I wanted to test Hibernate with various database dialects, so I ended up installing these databases on one machine: 简短的故事:我想用各种数据库方言测试Hibernate ,因此最终将这些数据库安装在一台机器上:

  • MS SQL server MS SQL服务器
  • MySQL 的MySQL
  • PostgreSQL PostgreSQL的
  • Oracle 甲骨文
  • DB2 DB2

and I had no problems with all of them running at once. 我没有一次全部运行的问题。 Yes, it was a test server and the poor thing was totally running out of memory, but everything did work. 是的,它是一台测试服务器,可怜的东西完全耗尽了内存,但是一切正常。

Only imaginable problem you could run into: configuring the same port for multiple databases. 您可能会遇到的唯一可想象的问题是:为多个数据库配置相同的端口。 But you wouldn't do that, so it's not a problem. 但是您不会那样做,所以这不是问题。

Aside from the resources they would both consume (memory, disk, cpu); 除了它们都会消耗的资源(内存,磁盘,cpu)之外; barring any purposeful conflicting configuration (by default they will listen on different ports), it would work fine. 除非有任何有目的的冲突配置(默认情况下,它们将在不同的端口上侦听),否则它将正常工作。

据我所知,没有。我在同一框中同时使用MS SQL和MySQL作为我的网站,到目前为止没有任何问题(2年了!)

I have never run into an issue; 我从来没有遇到过问题; they really don't step on each others' configurations at all. 他们真的根本不踩对方的配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM