mac部署php环境 最近才入手了macbook pro m1芯片系列的,发现环境配置和之前的不同,很多不兼容芯片,brew安装路径也需要更改,带来了环境很多路径不一致的问题;好在能避开的都避开了. https://www.jianshu.com/p/8d0b42470679 不是m1芯片的都可以安
转载 2021-01-29 14:18:00
1314阅读
2评论
./configure --prefix=/usr/local/mnmp/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=../pcre-8.32/ --dso-path=/usr/local/mnmp/nginx/dso --dso-tool-path=/usr/local/mnmp/nginx/ds
原创 2014-03-11 23:39:00
1420阅读
140312 00:50:59 mysqld_safe mysqld from pid file /usr/local/mnmp/mariadb/data/HutekiMacBook-Pro.local.pid ended140312 00:57:32 mysqld_safe Starting mysqld daemon with databases from /usr/local/mnmp/ma
原创 2014-03-12 01:00:25
1154阅读
Mac m1安装mnmp(Mac,nginx,mysql,php) 使用brew来安装php,nginx,mysql # 搜索php的版本 brew search php # 下载php brew install php@7.4 # 加载到 .zshrc export PATH="/opt/home ...
转载 2021-05-04 22:33:14
3085阅读
2评论
编译mysql5.7需要boost_1_59_0 解压即可安装xcode command line tools并更新xcode-select --installmake  . -DCMAKE_INSTALL_PREFIX=/usr/local/mnmp/mysql -DMYSQL_UNIX_ADDR=/tmp/mysql.sock -DMYSQL_DATADIR=/usr/lo
原创 2016-01-29 22:33:46
1059阅读
2017 年 9 月 26 日,苹果公司正式发布了新一代 macOS,版本为 High Sierra (11.13)。 macOS High Sierra 预装了 Ruby(2.3.3)、PHP(7.1.7)、Perl(5.18.2)、Python(2.7.10) 等常用的脚本语言,以及 Apache(2.4.27) Web 服务器。以下是我的 MNMP(macOS-nginx-MySQL-PHP
转载 10月前
45阅读
2017 年 9 月 26 日,苹果公司正式发布了新一代 macOS,版本为 High Sierra (11.13)。 macOS High Sierra 预装了 Ruby(2.3.3)、PHP(7.1.7)、Perl(5.18.2)、Python(2.7.10) 等常用的脚本语言,以及 Apache(2.4.27) Web 服务器。以下是我的 MNMP(macOS-nginx-MySQL-PHP
转载 2024-06-13 07:42:39
37阅读