Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- unity
- 해석
- java
- kakao
- 컴퓨터과학총론
- 구글
- MySQL
- techEmpower
- H2O
- mariadb
- php
- 한글
- 번역
- NGINX
- 프래그먼트
- 안드로이드
- centOS7
- C
- it
- javascript
- Portfolio
- server
- 개발자
- 개발
- ubuntu
- error
- C lanuage
- caddy
- android
- 자바
Archives
- Today
- Total
개발모음집
install nginx, mysql at macOS 본문
$ brew install nginx
시작 : $ nginx brew services start nginx
중지 : $ nginx -s stop
재시작 : $ nginx -s reload
환경 설정 : vi /usr/local/etc/nginx/servers/
mysql install
# mysql 최신 버전 설치
$brew install mysql
# mysql 시작
$ mysql.server start
#root 비밀번호 설정
$ mysql_secure_installation
출처 : https://zzsza.github.io/development/2018/01/18/Install-MySQL-mac/
'Server' 카테고리의 다른 글
postman api를 web으로 출시하기 (0) | 2020.02.13 |
---|---|
iptables open port (0) | 2020.01.17 |
ssh connection time increase (0) | 2019.09.13 |
To change the github remote repository address (0) | 2019.09.12 |
error: failed to push some refs to 'git repository path' (0) | 2019.09.11 |