티스토리

STUDYLOG
검색하기

블로그 홈

STUDYLOG

nidoos.tistory.com/m

nidoos 님의 블로그입니다.

구독자
0
방명록 방문하기

주요 글 목록

  • GRANT 권한 기존 사용자 권한 설정 grant all privileges on dbname.table to 'user' identified by 'password'; Starting with MySQL 8 you no longer can (implicitly) create a user using the GRANT command. Use CREATE USER instead, followed by the GRANT statement: -> MySQL 8부터 CREATE USER 명시선언 해줘야한다. create user 'user' identified by 'password'; grant all privileges on *.* 'user'; 공감수 0 댓글수 0 2021. 6. 1.
  • MySQL 기본 명령어 mysql -u 'ID' -p 'DB명' show databases; use 'DB명' exit 환경변수 설정 제어판 - 시스템 - 고급시스템 설정 - 환경변수 - 시스템변수 - Path 편집 C:\Program Files\MySQL\MySQL Server 8.0\bin 공감수 0 댓글수 0 2021. 5. 20.
    문의안내
    • 티스토리
    • 로그인
    • 고객센터

    티스토리는 카카오에서 사랑을 담아 만듭니다.

    © Kakao Corp.