일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- NoSQL
- sensitive
- square brackets
- literal
- databases
- matches any character
- Terminal
- 정규표현식
- bitbucket
- escaped
- GIT
- whitespace characters
- Regex
- MAC
- runserver
- Case sensitive
- 대소문자 구별
- backslash
- Homebrew
- Regular Expressions
- whitespace
- New Line
- MySQL
- 딸라표시
- MongoDB
- Regexp
- point
- dollar sign
- mongo
- 꺽쇠
- Today
- Total
목록Database (3)
Creaticalmind
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..
Install MongoDB Community Edition on OS XOn this pageInstall MongoDB Community Edition with HomebrewHomebrew installs binary packages based on published “formulae.” This section describes how to update brew to the latest packages and install MongoDB Community Edition. Homebrew requires some initial setup and configuration, which is beyond the scope of this document.Update Homebrew’s package data..