Table des matières

The game server database

When installing a Ryzom Core server, the mysql database is filled with various tricks, which must then be completed with the information contained in here.

This page tries to give meaning to the various values of the database.

This document is in progress!! It's a tiring job finding out(and filling out) all the information. Do not hesitate to help for faster completion!!

The layout respects the tree structure in the database.

Django version of the databases

inlinetoc

nel

The general table.

nel

Concerns the shard itself.

domain

permission

In this table the fields UId, DomainId and ShardId should be foreign keys, but they are not defined as well

It's 19 characters maximum, which corresponds to the value: “OPEN, DEV, RESTRICTED”. Value for a normal user: “OPEN”. This is a set of three values: `AccessPrivilege` set ('OPEN', 'DEV', 'RESTRICTED') NOT NULL DEFAULT 'OPEN'

shard

Check that Online and NbPlayers are active.

user

Is it possible to turn over certain tables that we do not have and do not even ask for information, like the country?

In fact, we should keep only what really serves the game, and for the rest tie it to our table of users on khaganat, among other things for email and age.

ams

About AMS

nel_ams

ams_user

nel_ams_lib

ams_api_keys
ams_querycache
assigned
email
forwarded
in_group
in_support_group
plugins
settings
support_group
tag
tagged
ticket
ticket_attachments
ticket_category
ticket_content
ticket_group
ticket_info
ticket_log
ticket_reply
ticket_user
updates

nel_tool

neltool_annotations

neltool_applications

neltool_domains

neltool_groups

neltool_group_applications

neltool_group_domains

neltool_group_shards

neltool_locks

neltool_logs

neltool_notes

neltool_restart_groups

neltool_restart_messages

neltool_restart_sequences

neltool_shards

neltool_stats_hd_datas

neltool_stats_hd_times

neltool_users

neltool_user_applications

neltool_user_domains

neltool_user_shards

webig

Web applications related to the game server.

accounts

players

Draft Nel Server Ryzom_Core