200206_TIL

홍영란·2020년 2월 6일
0

Immersive_TIL📓

목록 보기
15/72

200206_TIL

  • 궁금하거나, 다시 볼 것

    • boilerTemplate
    • react 켜질때, 서버
    • webpack: 표준화(static)시켜서 하나의 파일로 만들어 주는 것(bundle 시켜 주는 것)
  • mySQL 설치: mac OS mySQL 설치

  • mySQL 설치 중 오류: ERROR 1045 (28000): Access denied for user
    ※ ref: http://blog.devjoshua.me/2017/01/20/osx-homebrew-mysql-uninstall/

    • 결국엔 완전히 삭제하고, 재부팅

    • 다시 설치: brew install mysql

    • 서버 시작: mysql.server start

    • 초기 root password 설정: mysql_secure_installation

    • mySQL 접근: mysql -u root -p

    • mysql.server start VS. brew services start mysql ?

profile
JavaScript를 공부하고 있습니다:)

0개의 댓글