Hello there.
I have a problem with my server. When I start it it says that it can not find schema_info .. Someone who can this problem? Thanks
Btw , i use OTServ 8.60 r.6052 !!
I have a problem with my server. When I start it it says that it can not find schema_info .. Someone who can this problem? Thanks
Btw , i use OTServ 8.60 r.6052 !!
Code:
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
sql_type = "mysql"
-- SQL connection part
sql_db = "db.s3db"
-- sql_db = "otserv" -- use this for MySQL/PgSQL
-- sql_db = "Your Source" -- ODBC
-- Additional connection settings for mysql, pgsql and odbc
sql_host = "localhost"
sql_port = 3306
--- sql_port = 5432 -- use this for PgSQL