Hi!
I have Moffeman's repack for 3.0.2.8885 and after following a guide here on the forum on how to set the server up, I tried to start it by executing realmd.exe (which would next be followed by mangosd.exe), but when executing the realmd.exe file a commandprompt window appeared (as it should) but with this text in it:
Code:
Using configuration file realmd.conf.
MaNGOS?0.12.0-SVN <Revision 6523> <Win32,little-endian> <realm-daemon>
<Ctrl-C> to stop.
Database: 127.0.0.1;3306;root;ascent;realmd
Could not connect to MySQL database at 127.0.0.1: Unknown database ´realmd´
Cannot connecto to database
My connection is named: Jalle's Wotlk
My MySQL password is: ascent
My Database is (default): realmd;characters;mangos
My MySQL editor is: Navicat
All instructions from the guides (I've read several identical guides by different members of mmowned) have carefully been followed and done.
Here's my realmd.conf contents:
Code:
LoginDatabaseInfo = "localhost;3306;root;ascent;realmd"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "127.0.0.1"
PidFile = ""
LogLevel = 0
LogTime = 0
LogFile = "Realmd.log"
LogTimestamp = 0
LogFileLevel = 0
LogColors = ""
UseProcessors = 0
ProcessPriority = 1
RealmsStateUpdateDelay = 20
WrongPass.MaxCount = 0
WrongPass.BanTime = 600
WrongPass.BanType = 0
And here's my mangosd.conf contents:
Code:
RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;character"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "127.0.0.1"
Please help me!