• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Issue setting up TFS 1.2

Terrence

New Member
Joined
Jun 15, 2013
Messages
12
Reaction score
1
Hi,

I've ran into the issue trying to setup a sever using attached otland guide: Setting up your first server | OTS Guide (https://docs.otland.net/ots-guide/running-your-first-ot-server/setting-up-your-first-server)

I am using this distribution: [8.0] [TFS 1.2] - Server Global Full [Real Map] (https://otland.net/threads/8-0-tfs-1-2-server-global-full-real-map.280265/)

Here are the steps I have done so far:

1. Installed UniServer
2. Created database under name "test123"
3. Downloaded distribution
4. Imported znote_schema.sql from distribution to database
4. Config settings -
1775141393738.webp
5. launched theforgottenserver_x64.exe

Here is the error I receive:
1775141523466.webp

Apache & MySQL = on
1775141540858.webp

The error message is self explanatory - I don't really know what I'm doing wrong when following a step by step (idiot free guide) and it still not working.

Can anyone lead me in the right direction of what the issue could be?
 
Tfs isn't even connecting to mysql yet.
Try 127.0.0.1 instead of localhost.
passwordType = "sha1" got nothing to do with mysql login btw.
Also test root/root in mysql console, not only phpmyadmin.
After that, import schema.sql first and znote_schema.sql after if you use znote.
 
Back
Top