Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
创建一个数据库用户或组。
UltraLite Java 版本数据库不支持此语句。
CREATE USER user-name IDENTIFIED BY password
user-name 所创建的用户的名称。
password 所创建的用户的口令。
用户 ID 不能:
口令区分大小写并且不能:
无。
以下示例创建一个名为 SQLTester 的用户,口令为 welcome。
CREATE USER SQLTester IDENTIFIED BY welcome