하루하나
close
프로필 배경
프로필 로고

하루하나

  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

[Python] Mac에서 mysqlclient 설치 에러

pip install mysqlclient Collecting mysqlclient Using cached mysqlclient-2.2.0.tar.gz (89 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [27 lines of output] /bin/sh: pkg-config: command not found /bin/sh: pkg-config: command not found Tr..

  • format_list_bulleted Programming/Python
  • · 2023. 6. 28.
  • textsms

docker를 이용한 mysql 간단 설치 (한글깨짐 수정)

docker run --name mysql-db -p 13306:3306 -e MYSQL_ROOT_PASSWORD=mysql -d mysql:5.7 --character-set-server=utf8 --collation-server=utf8_unicode_ci 간단히 컨테이너를 만들수 있다.

  • format_list_bulleted Programming/Docker
  • · 2020. 6. 18.
  • textsms

mysql8 계정생성

create user '유저아이디'@'localhost' identified by '비밀번호'; grant all privileges on *.* to '유저아이디'@'localhost' with grant option; - 모든 테이블 권한을 주는 계정 생성 방법 - localhost 접속만 허용 - 외부에서 접근시키고 싶다면 localhost -> %로 변경해주면 된다.

  • format_list_bulleted Programming/MySql
  • · 2019. 3. 12.
  • textsms

Mac Homebrew로 설치한 Mysql 비밀번호 잃어버렸을때

mac에서 homebrew로 간단히 mysql 설치하기 설치는 위에 글 참조 root 비밀번호 설정 $ mysql_secure_installation - Would you like to setup VALIDATE PASSWORD plugin? : 테스트용이면 no - Remove anonymous users? : 익명사용자 사용여부- Disallow root login remotely? : 원격 접속 허용- Remove test database and access to it? : test 디비 삭제 여부- Reload privilege tables now? : 권한테이블 갱신 (수정했다면 yes) 변경 후 mysql -uroot -p 로 재접속

  • format_list_bulleted Programming/Mac
  • · 2019. 2. 22.
  • textsms

mysql 8 계정생성

> CREATE DATABASE home CHARACTER SET utf8 COLLATE utf8_bin; > CREATE USER 'home'@'localhost' IDENTIFIED BY 'home' PASSWORD EXPIRE NEVER; -- 이것만 하면 아래 오류 발생 Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found > ALTER USER 'home'@'localhost' IDENTIFIED WITH mysql_native_password BY 'home'; GRANT ALL PRIVIL..

  • format_list_bulleted 카테고리 없음
  • · 2018. 12. 21.
  • textsms

[MySql] Error Code: 1175

mysql 사용중 조건절 업는 업데이트나 여러건의 데이터를 수정할 떄 나는 에러. 옵션값 변경으로 사용 가능하다. SQL > SET SQL_SAFE_UPDATES =0; 1로 변경하면 다시 예전과 같이 키값으로만 업데이트,삭제가 가능하다.

  • format_list_bulleted Programming/MySql
  • · 2017. 3. 2.
  • textsms
  • navigate_before
  • 1
  • 2
  • navigate_next
반응형
공지사항
전체 카테고리
  • ALL (217)
    • 쿠베플로우 kubeflow (1)
    • React Native (1)
      • Expo (1)
    • Programming (187)
      • spring+jwt+react (4)
      • wordpress (3)
      • Vultr (1)
      • Flutter (3)
      • Vue-project (1)
      • Vue-tip (17)
      • AngularJS (12)
      • Bootstrap (2)
      • Book (1)
      • CentOS (5)
      • Code (0)
      • Css (13)
      • Docker (7)
      • Eclipse (1)
      • Freemarker (1)
      • Git (9)
      • Front-End (6)
      • Error (7)
      • Gulp.js (0)
      • Java (12)
      • Python (5)
      • Javascript (19)
      • JPA (5)
      • jQuery (2)
      • Mac (6)
      • MySql (4)
      • Springboot (21)
      • Springboot-blog (0)
      • Daily (1)
      • Springboot-tip (3)
      • Spring (1)
      • Thymeleaf (1)
      • Tomcat (1)
      • Typescript (3)
      • Tool (5)
      • Sql (1)
      • prisma (1)
      • react (1)
    • Life (14)
      • Review (0)
      • Tip (3)
      • 리뷰 (8)
      • 부동산 (2)
최근 글
인기 글
최근 댓글
태그
  • #MySQL
  • #javascript
  • #error
  • #JPA
  • #Vue
  • #GIT
  • #springboot
  • #sts
  • #css
  • #AngularJS
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바