• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows OTServ 0.6.4 Database conecction!

Sp0tl3ss

Nestalia.org
Joined
Jul 19, 2014
Messages
279
Reaction score
12
hello so i need some help this config.lua is hard for me to understand





-- SQL type
-- options: mysql, sqlite, odbc or pgsql
sql_type = "mysql"

-- SQL connection part
sql_db = "otserv.pdb"
-- "otserv" -- use this for MySQL/PgSQL
-- "Your Source" -- ODBC

-- Additional connection settings for mysql, pgsql and odbc
sql_host = "localhost"
sql_port = 3306
-- 5432 -- use this port for PgSQL
sql_user = "************" <---- database name?
sql_pass = "**************" <---- database password?
 
Back
Top