특정 유저에게 mysql trigger 생성

x·2024년 10월 23일
0

DB

목록 보기
8/9
CREATE USER 'hi'@'localhost' IDENTIFIED BY '1234';
GRANT TRIGGER ON schema_name.* TO 'hi'@'localhost';
SELECT * FROM information_schema.SCHEMA_PRIVILEGES WHERE grantee = "'hi'@'localhost'";

0개의 댓글

관련 채용 정보