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

Database Issue. (Not Saving)

sedon

New Member
Joined
Jan 4, 2011
Messages
91
Reaction score
4
Location
Canada
At first I couldn't log into my database but it eventually let me in and now it isn't saving at all.

Trigger: ondelete_accounts does not exist, creating it...
Trigger: oncreate_guilds does not exist, creating it...
Trigger: ondelete_guilds does not exist, creating it...
Trigger: oncreate_players does not exist, creating it...
Trigger: ondelete_players does not exist, creating it...


Everytime I start up the server, it displays this error in the server.exe.
Everytime I turn on my computer every morning, the database acts as if I never
even changed anything, that includes all the passwords on the database, the
database I created for the server, and everything else such as players and accounts
created that day.

I am using TFS 0.3.6 on Windows XP using UniServer as my database.

Anybody know how to fix this problem?
 
Last edited:
Go into your config.lua and make sure you have sqlType = "mysql"

If it is sqlType = "sqlite" then change it to "mysql" and it should save.
 
Have you got any other Apache/MySQL installation apart from Uniserver on your machine?

Try check your services to see if you have any other services that are running MySQL?
 
check the db name in config.lua because the console cant seems to find those tables and check your db in mysql if those tables are in it and if possible post a screenshot of your db name and its tables not the info just the tables <<< Left side of PHPmyAdmin
 
Back
Top