We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
들어가며 MySQL에서의 계정 식별 방식, 권한, 역할에 대한 기본적인 내용을 알아보자 왜 알아야 할까? 데이터베이스 서버의 보안을 위해 ! 괜히 보안떄문에 퇴근이 늦어지면 안되니까 1. 사용자 식별 방법 사용자 아이디 뿐만 아니라 접속 지점(호스트명이나 도메인 또
https://kdkdhoho.github.io/03-user-identification/
The text was updated successfully, but these errors were encountered:
with grant option으로 권한 부여하면 권한을 받은 user가 user1에게도 자기가 받은 권한을 부여할 수 있음.
Sorry, something went wrong.
도기님 반갑습니다 이번주 스터디 준비하시느라 고생 많으셨어요 :)
localhost>127.0.0.1 둘다 로컬이지만 localhost로 접속됨
No branches or pull requests
MySQL에서의 사용자 식별에 대해
들어가며 MySQL에서의 계정 식별 방식, 권한, 역할에 대한 기본적인 내용을 알아보자 왜 알아야 할까? 데이터베이스 서버의 보안을 위해 ! 괜히 보안떄문에 퇴근이 늦어지면 안되니까 1. 사용자 식별 방법 사용자 아이디 뿐만 아니라 접속 지점(호스트명이나 도메인 또
https://kdkdhoho.github.io/03-user-identification/
The text was updated successfully, but these errors were encountered: