在安装了 MySql 并在本地主机上设置了 PHP 的计算机上安装 MAMP?
Installing MAMP on a computer that has MySql installed and a PHP setup on the localhost?
我有一台 macbook 运行 macOS High Sierra(版本 10.13.2),我想在上面安装 MAMP。在这台机器上,我已经使用 brew 安装了 MySql(5.7.19 版 homebrew),并在本地主机上设置了一个 php(7.1.7 版) web 开发环境。如果我现在安装 MAMP,这会影响我现在在计算机上的当前 MySql 吗?它会影响本地主机上的 php 环境设置吗?另外,这会导致 MAMP 安装出现任何并发症吗?
我只想要一个不会对我当前的设置和新设置造成任何问题的全新安装。
If I install MAMP now would this affect the current MySql I have on the computer now and would it affect the php environment setup on the local host in anyway?
否
MAMP 旨在将所有 "web application stack"(Apache、php、mySql 等)包装到应用程序包中。所以安装 MAMP 你不会触及已经通过 brew 安装的东西。
当然你不能运行同时安装 MAMP 的 mySql+Apache 和 brew-installed mySql+(你选择的网络服务器) (除非 - 当然 - 您设置了适当的自定义配置)。
我有一台 macbook 运行 macOS High Sierra(版本 10.13.2),我想在上面安装 MAMP。在这台机器上,我已经使用 brew 安装了 MySql(5.7.19 版 homebrew),并在本地主机上设置了一个 php(7.1.7 版) web 开发环境。如果我现在安装 MAMP,这会影响我现在在计算机上的当前 MySql 吗?它会影响本地主机上的 php 环境设置吗?另外,这会导致 MAMP 安装出现任何并发症吗?
我只想要一个不会对我当前的设置和新设置造成任何问题的全新安装。
If I install MAMP now would this affect the current MySql I have on the computer now and would it affect the php environment setup on the local host in anyway?
否
MAMP 旨在将所有 "web application stack"(Apache、php、mySql 等)包装到应用程序包中。所以安装 MAMP 你不会触及已经通过 brew 安装的东西。
当然你不能运行同时安装 MAMP 的 mySql+Apache 和 brew-installed mySql+(你选择的网络服务器) (除非 - 当然 - 您设置了适当的自定义配置)。