유저 생성 (계정 생성)

SQL/공부 2008. 10. 4. 20:54

create user testuser identified by testpasswd account unlock; testuser 라는 아이디로 계정을 생성하는데 패스워드는 testpasswd 이고 바로 사용할수 있게 계정잠금상태를 풀어줬다.