数据库安装
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
数据库安装 [2023/09/23 20:03] – [数据库安装] admin | 数据库安装 [2023/11/06 14:40] (当前版本) – 移除 admin | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ===== 数据库安装 ===== | ||
- | ---- | ||
- | |安装指南| | | ||
- | |本文是《安装指南》的一部分。您可以单独阅读它,也可以单击上一个链接以在步骤之间轻松移动。| | | ||
- | |[[服务器设置|<< | ||
- | ===== Creating the Database in MySQL ===== | ||
- | ---- | ||
- | ==== Creating the Databases and User ==== | ||
- | First of all, you need to create the acore user using the script below. | ||
- | |||
- | https:// | ||
- | |||
- | You can perform this with a MySQL client or with the MySQL command-line interface (CLI). | ||
- | |||
- | You need to run the script above as the root user of MySQL within a MySQL client or the MySQL cli. | ||
- | |||
- | Note: Use the MySQL root user ONLY to run the script above, never run the core as root or administrator! | ||
- | |||
- | Tip: You can change the password of the user you are creating for increased security. | ||
- | |||
- | ===== Populating the database ===== | ||
- | |||
- | If you want to know how the SQL directory works or plan to have custom changes we recommend you read this. | ||
- | |||
- | Automatic Database Updater | ||
- | The Auth- and Worldserver checks and applies all needed database files at startup. | ||
- | |||
- | To edit the automatic database updater you will find the necessary settings in authserver.conf and worldserver.conf under UPDATE SETTINGS. | ||
- | |||
- | Start Authserver. | ||
- | Start Worldserver. | ||
- | If you get the following message in your console press enter to create and populate the databases. | ||
- | |||
- | Database " | ||
- | Do you want to create it? [yes (default) / no]: |
数据库安装.1695470612.txt.gz · 最后更改: 2023/09/23 20:03 由 admin