博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mac下常用数据库及nginx笔记
阅读量:4099 次
发布时间:2019-05-25

本文共 346 字,大约阅读时间需要 1 分钟。

1、homebrew安装

首先个性hosts文件添加,解决无法安装homebrew问题,是由于dns污染

199.232.68.133 raw.githubusercontent.com

然后再执行

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

2、brew install mysql

安装完成之后,可以运行命令启动mysql服务

mysql.server start

3、nginx目录位置

nginx -V  #查找位置brew services restart nginx #重启nginxnginx -t #校验nginx.conf

转载地址:http://ejmii.baihongyu.com/

你可能感兴趣的文章
DeepLearning.ai笔记:(3-2)-- 机器学习策略(2)(ML strategy)
查看>>
cs231n作业:assignment1 - knn
查看>>
cs231n作业:assignment1 - svm
查看>>
cs231n作业:assignment1 - softmax
查看>>
cs231n作业:assignment1 - two_layer_net
查看>>
cs231n作业:assignment1 - features
查看>>
DeepLearning.ai笔记:(4-1)-- 卷积神经网络(Foundations of CNN)
查看>>
DeepLearning.ai作业:(4-1)-- 卷积神经网络(Foundations of CNN)
查看>>
DeepLearning.ai笔记:(4-2)-- 深度卷积网络实例探究(Deep convolutional models:case studies)
查看>>
DeepLearning.ai作业:(4-2)-- 深度卷积网络实例探究(Deep convolutional models:case studies)
查看>>
DeepLearning.ai笔记:(4-3)-- 目标检测(Object detection)
查看>>
DeepLearning.ai作业:(4-3)-- 目标检测(Object detection)
查看>>
DeepLearning.ai笔记:(4-4)-- 特殊应用:人脸识别和神经风格转换
查看>>
DeepLearning.ai作业:(4-4)-- 特殊应用:人脸识别和神经风格转换
查看>>
DeepLearning.ai笔记:(5-1)-- 循环神经网络(Recurrent Neural Networks)
查看>>
DeepLearning.ai作业:(5-1)-- 循环神经网络(Recurrent Neural Networks)(1)
查看>>
DeepLearning.ai作业:(5-1)-- 循环神经网络(Recurrent Neural Networks)(2)
查看>>
DeepLearning.ai作业:(5-1)-- 循环神经网络(Recurrent Neural Networks)(3)
查看>>
DeepLearning.ai笔记:(5-2) -- 自然语言处理与词嵌入(NLP and Word Embeddings)
查看>>
DeepLearning.ai作业:(5-2) -- 自然语言处理与词嵌入(NLP and Word Embeddings)
查看>>