일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- escaped
- Terminal
- sensitive
- MongoDB
- MAC
- MySQL
- square brackets
- Homebrew
- runserver
- point
- 딸라표시
- dollar sign
- mongo
- Regular Expressions
- Regex
- backslash
- whitespace
- matches any character
- 정규표현식
- 대소문자 구별
- New Line
- bitbucket
- whitespace characters
- Case sensitive
- 꺽쇠
- NoSQL
- literal
- Regexp
- databases
- GIT
Archives
- Today
- Total
목록Database/MySQL (1)
Creaticalmind
mysql with homebrew
homebrew를 이용해서 mysql 설치를 해보도록 하자 1. 당연히 homebrew는 설치가 되어 있어야 한다. homebrew설치 >>> https://brew.sh/index_ko.html터미널 열고, 따라가면 된다. 2. mysql 설치 $ brew update - 설치명령어$ brew install mysql - 서버 시작 명령어$ mysql.server start - 간편보안 설정 명령어$ mysql_secure_installation VALIDATE PASSWORD PLUGIN can be used to test passwordsand improve security. It checks the strength of passwordand allows the users to set only th..
Database/MySQL
2018. 2. 24. 19:55