user 전체 확인 쿼리
1. use mysql;
2. select user, host from user;
설정된 권환 확인
- 특정 유저에 대한 권한 확인 쿼리
: show grants for username@host;
- 전체 유저에 대한 권한 확인 쿼리
: show grants;
'DB(Database)' 카테고리의 다른 글
[mysql] 리눅스 Access denied for user 'root'@'localhost' (using password: YES) (0) | 2020.09.12 |
---|---|
[Mysql] 리눅스 권한 설정 비밀번호 mysql your password does not satisfy the current policy requirements (0) | 2020.09.12 |
[mysql] 연결 에러 Access denied for user 'root'@'ip' (using password: YES) (0) | 2020.08.30 |
SQLSTATE [42000] : 구문 오류 또는 액세스 위반 (0) | 2020.08.24 |
[python] 엑셀 데이터 필요한 값만 합치기 (0) | 2020.08.21 |