일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- whitespace
- Regex
- databases
- Regular Expressions
- matches any character
- mongo
- MongoDB
- New Line
- 꺽쇠
- MAC
- Case sensitive
- NoSQL
- Regexp
- whitespace characters
- Terminal
- GIT
- 딸라표시
- Homebrew
- literal
- runserver
- square brackets
- bitbucket
- sensitive
- escaped
- dollar sign
- 정규표현식
- MySQL
- point
- 대소문자 구별
- backslash
- Today
- Total
목록Terminal (2)
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..
01. Create a new repository(private repository) 02. copy "https://davidjeon@bitbucket.org/davidjeon/java.git" to notepad 03. Click "I`m starting from scratch" 04. copy { git clone https://davidjeon@bitbucket.org/davidjeon/java.gitcd javaecho "# My project's README" >> README.mdgit add README.mdgit commit -m "Initial commit"git push -u origin master } to notepad 05. open Terminal *** plz do not c..