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