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

Can't make characters

Zerzox

New Member
Joined
Jun 17, 2007
Messages
22
Reaction score
0
I'm using TFS 0.3.2 and MySQL 5.1

Whenever i try to make a character.. i get this error:
23:35 Account Manager: Your character couldn't be created, please try again.

And from the console:
[22/03/2009 23:35:33] 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`, `redskull`, `redskulltime`, `save`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `online`) VALUES (NULL, 'Spike', 0, 1, 2, 8, 3, 185, 185, 4200, 68, 76, 78, 39, 128, 0, 0, 35, 35, 0, 100, 1, 95, 117, 7, 0, 435, 1, 0, 0, 0, 0, 1, 0, '', 0, 0, 0) - MYSQL ERROR: Table 'mysql.proc' doesn't exist

I've already tried some solutions to fix "ERROR: Table 'mysql.proc' doesn't exist" But i can't get anything to work.. =/
-------------------------------
And i get this error when i run the schema.mysql file through navicat:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1
[Err] DELIMITER ;
[Msg] Finished - Unsuccessfully
--------------------------------------------------

Any help is appreciated..
Thanks in advance
 
K.. i've installed xampp 1.6.8.. but how do i configure it?

I cant make databases without user and password..

I havent set the user and password i.e

root
'password'
 
Cool! ^^
Got everything working but one thing..

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1
[Err] DELIMITER ;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
 
Does anyone have an solution to fix;

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1
[Err] DELIMITER ;
[Msg] Finished - Unsuccessfully ?
 
Back
Top