Create User

 SQL - Command:
CREATE USER user_name
IDENTIFIED BY password

If the user_name is rimon and the password is 123456 then the command will be
CREATE USER rimon
IDENTIFIED BY 123456

0 comments:

Post a Comment