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

SQL FILE?

imback1

Unknown member
Joined
Jul 11, 2013
Messages
785
Solutions
1
Reaction score
46
13ynthx.jpg

hello
i'm trying to use phpmyadmin but when i browse the sql file, i couldn't find it on my server folder but i used sqiltebrowser and its working good with forgottenserver.s3db and when i browse this file on phpmyadmin i found this
2afbc6w.jpg

if this isnt the file ,so how this is working with sqiltebrowser ? and where is file of sql of my server?
i used this on sometimes but didnt work only appeared my files like accounts/players etc but i didn't find anything on it ,only account manager
50of9u.jpg
 
Tbh, that is a really bad database, whitespace and dot. In any case, make sure you have written in the database name in the config.lua file in your root OT folder.

Ignazio
 
nope
He used sqlite before and created his account in sqlite so he will never find them in sql lol it's new database
Tbh, that is a really bad database, whitespace and dot. In any case, make sure you have written in the database name in the config.lua file in your root OT folder.

Ignazio
What is the problem?
i can't find my database btw i wrote mysql on database name and still nothing :S mmm if you have a time may you come on my TV and try to find what is wrong with it?
 
Your database name must correspond to the one you use in your mysql

Code:
sqlType = "mysql"
sqlPass = "whateverisyourpassword"
sqlDatabase = "forgotten 8.60"

Ignazio
 
You should get notepad++ first before editing anything with notepad
already got it :d but its was mistake

Your database name must correspond to the one you use in your mysql

Code:
sqlType = "mysql"
sqlPass = "whateverisyourpassword"
sqlDatabase = "forgotten 8.60"

Ignazio
[12/12/2014 18:01:23] Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)
btw how can i make sql pass?
 
Last edited by a moderator:
Back
Top