联网
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
联网 [2023/09/23 20:15] – admin | 联网 [2023/09/23 20:18] (当前版本) – [Setting the auth database realmlist for internet connections] admin | ||
---|---|---|---|
行 20: | 行 20: | ||
You need to make sure that your authserver application directs incoming connections to your realm. | You need to make sure that your authserver application directs incoming connections to your realm. | ||
- | Run your chosen database management tool (ex. SQLYog or HeidiSQL) or with the MySQL command-line interface (CLI). | + | * Run your chosen database management tool (ex. SQLYog or HeidiSQL) or with the MySQL command-line interface (CLI). |
- | + | | |
- | If you need to connect to your database from one external machine, read https:// | + | |
- | + | | |
- | Open the acore_auth database and find the realmlist table. You need to edit the address field according to your needs: | + | |
- | + | | |
- | LAN IP (192.168.x.x) - If you are installing AzerothCore on a different computer from where you run WoW, but all the computers involved are on the same network (router) use that computer' | + | |
- | + | | |
- | 127.0.0.1 - Also known as " | + | |
- | + | | |
- | Public IP address – If you want other people to connect to your server, use your external IP. Visit http:// | + | |
- | + | | |
- | If you're hosting it from a home network you'll likely need to set up the proper port forwards, which isn't covered within the scope of this guide. https:// | + | |
- | Fully qualified domain name - (mydomain.com or warcraft.mydomain.com) Similar to an external IP address, this would be used if you want other people to connect to your server with the added benefit of not needing to track a potentially dynamic IP address. | + | |
- | + | | |
- | Similar to the Public IP address, it's likely that you'll need to set up port forwards if you're hosting from a home network. | + | |
- | Additionally, | + | |
- | MySQL CLI Commands (This step is not needed if you used a MySQL Manager like HeidiSQL) | + | |
- | + | ||
- | $ sudo mysql | + | |
- | You should see a prompt change to mysql> | + | |
- | use acore_auth; | + | |
- | Replace your IP with the one you've chosen to use from above | + | |
- | UPDATE realmlist SET address = ' | + | |
- | exit | + |
联网.1695471319.txt.gz · 最后更改: 2023/09/23 20:15 由 admin