• 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!

Solved MySQL ERROR

Dyabl0

Dyablo
Joined
Sep 22, 2009
Messages
1,866
Solutions
9
Reaction score
280
Location
Spain
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.

rUbzj5r.png


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:

Similar threads

Replies
1
Views
664
Back
Top