Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 参考 » MobiLink 服务器系统表

 

ml_user

存储注册用户及其散列口令。

说明

user_id

INTEGER。标识用户的唯一整数。该值在内部使用。

name

VARCHAR(128)。已注册的用户名。

hashed_password

BINARY(32)。模糊处理格式的口令。尽管该值可以为空,但建议您指定一个口令。

注释

该表存储 MobiLink 服务器已知的所有已注册用户。用户名在每次同步时由客户端发送,客户端可以选择发出用户口令以进行验证。

MobiLink 服务器使用其自己的算法对用户口令进行散列处理。

不要直接将任何口令不为空值的用户名插入此表。用户名可使用实用程序 mluser 来添加。

约束

PRIMARY KEY( user_id )

另请参见