分页: 1 / 1

急急急啊。ubuntu16.04系统与SQL server 2017 实例问题

发表于 : 2018-08-21 11:27
a990903627
[1.系统为ubuntu16.04版本,安装数据库为SQL SERVER 2017免费版数据库,如何在该系统上面拥有2个SQL 数据库实例啊。[/b]

Re: 急急急啊。ubuntu16.04系统与SQL server 2017 实例问题

发表于 : 2018-08-21 11:44
poloshiao
如果你是使用 mySQL 5.5 參閱
https://dev.mysql.com/doc/refman/5.5/en ... rvers.html
5.6 Running Multiple MySQL Instances on One Machine

Re: 急急急啊。ubuntu16.04系统与SQL server 2017 实例问题

发表于 : 2018-08-22 13:19
onlylove
poloshiao 写了: 2018-08-21 11:44 如果你是使用 mySQL 5.5 參閱
https://dev.mysql.com/doc/refman/5.5/en ... rvers.html
5.6 Running Multiple MySQL Instances on One Machine
大佬求求你别没看清问题就回答,人问的是微软的 MS SQL SERVER

Re: 急急急啊。ubuntu16.04系统与SQL server 2017 实例问题

发表于 : 2018-08-22 14:28
onlylove
https://docs.microsoft.com/en-us/sql/li ... own-issues
Only single instance installations are supported.

Resolution: If you want to have more than one instance on a given host, consider using VMs or Docker containers.
https://stackoverflow.com/questions/416 ... -on-ubuntu

简单说,就是,目前不支持,你想用多实例,就用虚拟机或者docker

Re: 急急急啊。ubuntu16.04系统与SQL server 2017 实例问题

发表于 : 2018-08-22 14:34
astolia