数据库:auth数据库:account
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
数据库:auth数据库:account [2023/09/24 08:34] – admin | 数据库:auth数据库:account [2023/10/04 00:40] (当前版本) – [salt] admin | ||
---|---|---|---|
行 34: | 行 34: | ||
==== id ==== | ==== id ==== | ||
- | The unique account | + | 唯一的帐号ID。 |
==== username ==== | ==== username ==== | ||
- | The user's account name. | + | 用户的帐号名。 |
- | + | ||
- | NOTE: usernames are limited to 20 characters and have no character restriction. | + | |
+ | **注意: | ||
==== salt ==== | ==== salt ==== | ||
- | salt is a cryptographically random | + | Salt 是一个随机的32字节加密值。 |
==== verifier ==== | ==== verifier ==== | ||
行 132: | 行 131: | ||
Integer 0, 1 or 2 controlling if the client logged in on the account has any expansions. (for example if client is TBC, but expansion is set to 0, it will not be able to enter outlands and etc.) | Integer 0, 1 or 2 controlling if the client logged in on the account has any expansions. (for example if client is TBC, but expansion is set to 0, it will not be able to enter outlands and etc.) | ||
- | Value Expansion | + | ^Value ^Expansion^ |
- | 0 Classic | + | |0 |Classic| |
- | 1 The Burning Crusade (TBC) | + | |1 |The Burning Crusade (TBC)| |
- | 2 Wrath of the Lich King (WotLK) | + | |2 |Wrath of the Lich King (WotLK)| |
==== mutetime ==== | ==== mutetime ==== | ||
The time, in Unix time, when the account will be unmuted. To see when mute will be expired you can use this query: | The time, in Unix time, when the account will be unmuted. To see when mute will be expired you can use this query: | ||
+ | < | ||
SELECT FROM_UNIXTIME(`mutetime`); | SELECT FROM_UNIXTIME(`mutetime`); | ||
+ | </ | ||
==== mutereason ==== | ==== mutereason ==== | ||
数据库/auth数据库/account.1695515682.txt.gz · 最后更改: 2023/09/24 08:34 由 admin