this is the pic im getting on mangos database handler
http://img272.imageshack.us/img272/5...aaaafv8.th.png
Printable View
this is the pic im getting on mangos database handler
http://img272.imageshack.us/img272/5...aaaafv8.th.png
Seems like the config file isnt pointing to your database to me...
Go into C:\Program Files\MaNGOS Database Handler\Profiles (or wherever you installed MDBH, and open the only file there. Its called default.ini
Makwe sure everything there is correct. Most importantly your DB (mySQL) username and password. And make sure the name of the database itself is correct.
Hope this helps.
I'm getting the same thing too
<Config>
<Host value="127.0.0.1">
</Host>
<Username value="root">
</Username>
<Password value="xxxx">
</Password>
<Mangosdb value="mangos">
</Mangosdb>
<Realmdb value="realmd">
</Realmdb>
<Port value="3306">
</Port>
<Order value="0">
</Order>
<Revision value="215">
</Revision>
<Tooltip value="1">
</Tooltip>
<Language value="English.xml">
</Language>
<HostP value="10.1.1.2" />
<UsernameP value="root" />
<PasswordP value="root" />
<PortP value="8080" />
<Proxy value="0" />
<DBLang value="E" />
<RHostname value="127.0.0.1" />
<RUsername value="root" />
<RPassword value="xxxx" />
<RPort value="3306" />
<DBInf value="1" />
<CnSta value="1" />
<Connect value="1" />
<Check value="1" />
<Server value="0" />
<MPath value="c:\mango" />
<RPath value="c:\mango" />
<Log value="1" />
<LogRestarter value="1" />
<MangosdIP value="127.0.0.1" />
<MangosdPort value="8085" />
<Minimize value="0" />
<OnlyTaskbar value="0" />
<Back value="0" />
<BackPath value=" " />
<BackMode value="1" />
<LogSelect value="1" />
<LogInsert value="1" />
<LogUpdate value="1" />
<LogDelete value="1" />
<ShowRec value="1" />
</Config>
To Phukt:
Yours SEEMS correct..maybe i am not seeing the mistake if there IS one..
Try opening mdbh and go to Options > Configuration...make sure everything is correct in here.
It should be though as this is the data thats entered into your default.ini file i think.
By the way..I assumed the "xxxx" for password fields was edited to be so for your own mysql security...Surely its not really set as such in the file right?