티스토리 뷰
[ 참고 ]
How to connect to MySQL from the command line
How can you connect to MySQL from the command line in a Mac? (i.e. show me the code) I'm doing a PHP/SQL tutorial, but it starts by assuming you're already in MySQL.
stackoverflow.com
https://blog.naver.com/islove8587/221970366883
[MYSQL] 일반적인 오류를 해결하는 유용한 정보들
[참고 사이트] - MySQL 일반적인 오류를 해결하는 유용한 정보들- [MySQL || MariaDB] System,...
blog.naver.com
[ 기본 ]
$ mysql -u (user-name) -p
명령어 실행하다가 아래와 같은 에러가 출력하는 경우 (OS: MacOS)
Can't connect to local MySQL server through socket '/tmp/mysql.sock'
$ mysql.server start

* 필자는 brew 로 설치했습니다.
https://ek12mv2.tistory.com/226
Mysql 설치 및 실행하기
[참고자료] [MySQL] 설치와 초기 설정 for macOS MAC에서 MySQL설치방법은 MySQL Community Server dmg파일을 다운받아 설치하는 방법과 Homebrew로 MySQL 패키지 다운받아 설치하는 방법 두가지이다.MySQL 공식 d..
ek12mv2.tistory.com
'Backend > 꾸준히 TIL' 카테고리의 다른 글
| [TIL-2] NestJS + AWS RDS 시작하기 (0) | 2022.10.26 |
|---|---|
| [typeorm] typeorm (0) | 2022.10.25 |
| SSL (0) | 2022.10.15 |
| [Node.js] node-fetch 와 ERR_REQUIRE_ESM 에러해결 (1) | 2022.10.08 |
| [Node.js/HTTP 통신 테스트] query와 params의 차이 (0) | 2022.10.07 |
- Total
- Today
- Yesterday