.Lovecraft.
New Member
- Joined
- Sep 17, 2009
- Messages
- 10
- Reaction score
- 0
You need to open xampp and thenHello, i have a problem with my tfs server
after compiling and creating my database with Xampp, my server .exe does not run
View attachment 61459
someone will know a solution??
I would appreciate it.
start apache and start mysql and then open tfsOnly MySQL is needed for it to run, Apache is just a web serverYou need to open xampp and thenstart apacheandstart mysqland then open tfs
View attachment 61460
Make sure the database details in your
config.lua file are correct-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "2692"
mysqlDatabase = "schema"
mysqlPort = 3306
mysqlSock = ""
Did you actually import the schema to MySQL? Try following this guide Setting up your first server (https://docs.otland.net/ots-guide/running-your-first-ot-server/setting-up-your-first-server)This is my config bro![]()