Running smoothly...

Newbie Spellweaver
Joined
Apr 10, 2007
Messages
29
Reaction score
0
Everything works, Mangos.exe runs without breaking as does Realmd.exe MYSQL runs fine. But when I try to connetc to my server it gets stuck on connected even though I'm using the IP 127.0.0.1 Dont tell me I have to forward ports for that?

Here's the message on the server when i attempt to log in
'2007-05-09 15:11:51 SQL: SELECT `id`,`gmlevel`,`sessionkey`,`last_ip`,`locked`, `password`, `v`, `s`, `banned`, `tbc` FROM `account` WHERE `username` = 'DOMMANOVA'
2007-05-09 15:11:51 query ERROR: Unknown column 'tbc' in 'field list'
Any Ideas?
 
u still have an outdated realmd database

ok what you need to do ...

try this first in your Navicat or Sqlyog console

Code:
ALTER TABLE `account` ADD `tbc` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `online`;

if it doesn't work then drop the Realmd database and use this attach Realmd.sql
 

Attachments

Back