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

Solved Sql Error

thanhlan94

Dragonot.zapto.org Owner
Joined
Jun 11, 2011
Messages
192
Reaction score
14
Hello I run tfs 0.3.6 tibia 8.60 I have phpadmin database already but everytime i try to make an account it says
it failed to create account and player where do i find a good database.sql with account manager to start?
It says 18:45 Account Manager: Your character couldn't be created, please try again. on my server
and [31/03/2016 18:45:00] mysql_real_query(): INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `skull`, `skulltime`, `save`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `online`) VALUES (NULL, 'Vamp Firethrower', 0, 1, 2, 8, 2, 185, 185, 4200, 68, 76, 78, 39, 128, 0, 25, 35, 35, 0, 100, 1, 2000, 2000, 7, 0, 435, 1, 0, 0, 0, 0, 1, 0, '', 0, 0, 0) - MYSQL ERROR: Thread stack overrun: 8688 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack. (1436)
on my server console
I also use uniserver
I googled everything but i could not find one that could create an account for me, im also new at mysql I'm moving from sqlite to mysql
Btw how do I delete all of my tables at once?
 
Can you post the full error? The sql file you have to import is called mysql.sql and it's in the folder schemas.
 
Back
Top