Manual:Database fields containing sensitive data/ja
Appearance
This data should be redacted from database backups released to the public.
拡張機能/コア | テーブル | フィールド | コメント |
---|---|---|---|
コア | archive | It's full of deleted edits | |
recentchanges | rc_ip | Stores the IP address of the user specified on rc_user if $wgPutIPinRC is enabled (as it is in the default configuration) | |
user | user_real_name | 利用者の本名を格納します | |
user email | 利用者のメール アドレスを平文で格納します | ||
user_password | 利用者のパスワードのハッシュを格納します | ||
user_newpassword | Generated for the mail-a-new-password feature | ||
watchlist | wl_title | 誰がどのページをウォッチリストに登録したか、どのページをウォッチリストから削除したかを知るために使用できます | |
AJAXPoll | ajaxpoll_vote | poll_ip | 投票者の IP アドレス群 |
CheckUser | cu_changes | cuc_ip | 編集者の IP アドレス群 |
cuc_ip_hex | 編集者の IP アドレス群の 16 進数表現 | ||
Comments | Comments | Comment_IP | コメント者の IP アドレス群 |
Comments_Vote | Comment_Vote_IP | あるコメントに投票した人たちの IP アドレス群 | |
SocialProfile | user_board | All messages which have ub_type = 1 are private.
| |
user_relationship_request | The whole table contains nothing but private data (user-to-user friend/foeship requests). | ||
VoteNY | Vote | vote_ip | 投票者の IP アドレス群 |
WikiForum | wikiforum_category | wfc_added_user_ip | IP アドレス データ。 |
wfc_edited_user_ip | |||
wfc_deleted_user_ip | |||
wikiforum_forums | wff_last_post_user_ip | ||
wff_added_user_ip | |||
wff_edited_user_ip | |||
wff_deleted_user_ip | |||
wikiforum_threads | wft_user_ip | ||
wft_deleted_user_ip | |||
wft_edit_user_ip | |||
wft_closed_user_ip | |||
wft_last_post_user_ip | |||
wikiforum_replies | wfr_user_ip | ||
wfr_deleted_user_ip | |||
wfr_edit_user_ip |
関連項目
- bugzilla:55953 — Create maintenance script that backs up everything but the tables and fields containing sensitive data