新增CREATE USER IF NOT EXISTS语法
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<synopsis>
|
||||
CREATE USER user_name [ [ WITH ] option [ ... ] ] [ ENCRYPTED | UNENCRYPTED ] { PASSWORD | IDENTIFIED BY } { 'password' [ EXPIRED ] | DISABLE };
|
||||
CREATE USER [IF NOT EXISTS] user_name [ [ WITH ] option [ ... ] ] [ ENCRYPTED | UNENCRYPTED ] { PASSWORD | IDENTIFIED BY } { 'password' [ EXPIRED ] | DISABLE };
|
||||
|
||||
where option can be:
|
||||
{SYSADMIN | NOSYSADMIN}
|
||||
|
||||
Reference in New Issue
Block a user