gpt4 book ai didi

sql-server - 如何从我的主机 Macbook 连接到在 VirtualBox 上运行的 SQL Server

转载 作者:行者123 更新时间:2023-12-01 18:34:44 26 4
gpt4 key购买 nike

关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

5年前关闭。




Improve this question




我想在我的 Mac 上运行 SQLServer,但我不能在 native 上运行。如何使用 VirtualBox 托管 SQLServer并从我的 MacBook 连接到它以进行本地开发?

最佳答案

  • 下载VirtualBox
  • here 下载 Windows 10 ISO
  • 使用 VirtualBox 创建一个新的 Windows 10 VM。当它要求“虚拟光盘文件”时,将其指向步骤 2 中的 ISO 下载:

  • enter image description here
  • 继续 Windows 10 设置
  • 在 Windows VM 中,下载并安装 SQL Server(我使用的是 Express)
  • SQL Server 安装完成后,安装我们稍后需要的工具(SSMS)

  • enter image description here
  • 使用 SSMS,创建一个新数据库(我叫我的 testdatabase)

  • enter image description here

    8.1.创建一个新的登录:右键单击 Security > New > Login...一定要选择 SQL Server authentication选项。

    enter image description here

    8.2.在 Server Roles选项卡,选择 sysadmin选项:
    enter image description here

    8.3.在 User Mapping选项卡,将登录名映射到数据库,并检查所有分配的角色成员资格:

    enter image description here
  • 打开服务器属性(右键单击根级别对象)。转至 Security选项卡,然后切换 Server Authentication modeSQL Server and Windows Authentication mode :

  • enter image description here
  • 打开 Windows 服务程序,找到 SQL Server Browser .打开其属性并更改 Startup type自动:

  • enter image description here

    enter image description here

    11.1.打开 Sql Server 配置管理器程序。导航到 ProtocolsSQL Server Network Configuration并启用 TCP/IP选项:

    enter image description here

    11.2.打开 TCP/IP属性切换到 IP Addresses tab .记下 IP Address下字段 IP2 (稍后您将需要它):

    enter image description here

    11.3.设置 TCP PortIPALL1433 :

    enter image description here
  • 在 Windows VirtualBox 上配置防火墙以允许 1433 被解锁(我只是禁用了整个防火墙,可能不是最好的选择。)编辑:另一位用户友好地在本文末尾添加了添加防火墙规则的步骤。
  • 在 Macbook 的 VirtualBox 应用程序中,打开 Windows VM 的设置并转到 Network标签。设置 Attached to下拉至 NAT ,然后单击 Port Forwarding .添加规则以将 VM 的 1433 端口转发到本地主机的 1433 端口。 Guest IP将是步骤 11.2 中的 IP:

  • enter image description here

    您现在应该能够从您的 macbook 连接到您的 SQLServer,连接字符串如下所示:
    jdbc:sqlserver://127.0.0.1;databaseName=testdatabase
    在 Windows 防火墙中打开端口以进行 TCP 访问的步骤
  • 关于 开始菜单 , 点击 运行 , 输入 WF.msc ,然后单击“确定”。
  • 具有高级安全性的 Windows 防火墙 , 在左 Pane 中,右键单击 入站规则 ,然后单击 新规则 在操作 Pane 中(右上角)。
  • 规则类型 对话框,选择 端口 ,然后单击下一步。
  • 协议(protocol)和端口 对话框,选择 TCP .选择 特定本地端口 ,然后键入数据库引擎实例的端口号,在我的例子中,我们使用默认值 1433 .点击下一步。
  • 行动对话框,选择 允许连接 ,然后单击下一步。
  • 公司简介 对话框中,我将打开保留域并关闭私有(private)和公共(public)。然后单击下一步。
  • 姓名 对话框中,键入“允许 SQL 1433 入站”,并输入相同的描述。然后单击完成。
  • 关于sql-server - 如何从我的主机 Macbook 连接到在 VirtualBox 上运行的 SQL Server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37616521/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com