Hi there,
I wanted to open an Open Tibia server for testing personal stuff, not gonna take up to online with opening any port numbers or website.
So, I haven't downloaded anything except the file with TFS 1.0, DLL files, config and data file. I'm sure there's no missed file.
Also, I'm aware of changing "127.0.0.1" to "localhost" in "mysqlHost = """ would work. but it doesn't actually.
I want to get this work actually as soon as possible.
NOTE: If it means I have to create database (doing my own website for the server and so on), then isn't there any another way just opening client and using programs such as SQLite, etc?
EDIT1: SOLVED! I used Uniform Server to start MySql and creating the database on phpMyAdmin and using the user, password and database name on config.lua, and it worked.
I wanted to open an Open Tibia server for testing personal stuff, not gonna take up to online with opening any port numbers or website.
So, I haven't downloaded anything except the file with TFS 1.0, DLL files, config and data file. I'm sure there's no missed file.
Code:
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = "@%55874012"
mysqlDatabase = "global"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"
Also, I'm aware of changing "127.0.0.1" to "localhost" in "mysqlHost = """ would work. but it doesn't actually.
I want to get this work actually as soon as possible.
NOTE: If it means I have to create database (doing my own website for the server and so on), then isn't there any another way just opening client and using programs such as SQLite, etc?
EDIT1: SOLVED! I used Uniform Server to start MySql and creating the database on phpMyAdmin and using the user, password and database name on config.lua, and it worked.
Last edited: