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

Windows Help Msql error on the console!

Printer

if Printer then print("LUA") end
Senator
Premium User
Joined
Dec 27, 2009
Messages
5,782
Solutions
31
Reaction score
2,286
Location
Sweden?
Please help! look at the picture

namnlsro.png



And who have tutorial about phpmyadmin!
 
-- SQL type
-- options: mysql
sql_type = "mysql"

--- MySQL part (ignore if you are using SQLite)
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db = "otserv"

--- SQLite part (ignore if you are using MySQL)
sqlite_db = "db.s3db"
 
have you changed your sql pass on phpMYadmin?
If you dont have done that, its the first you'll need to do, then you put the pass on sql_pass = "" and the name of the Database you've created sql_db = "mydatabase"
 
Back
Top