Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定新的 MobiLink 口令。
mn=new-password; ...
NewMobiLinkPwd=new-password; ...
为要同步的预订所属的 MobiLink 用户指定新口令。在想要更改现有口令时,可使用此选项。缺省设置为不更改口令。
以下 dbmlsync 命令行说明在启动 dbmlsync 时如何设置此选项:
dbmlsync -e "mp=oldpassword;mn=newpassword"
以下 SQL 语句说明如何在数据库中存储此选项:
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION mp='oldpassword';mn='newpassword'