Help with minimanager

Junior Spellweaver
Joined
May 20, 2007
Messages
115
Reaction score
0
I have a problem with Mini Manager for MaNGOS.

I get this error when i try to connect via the address a normal person would have to connect by :

ziddy1232 - Help with minimanager - RaGEZONE Forums


But when i connect via the localhost ( ) i can access it.

This is the link to connect from the 'outside world' :
 
You have to EDIT config.php in www/scripts/config.php
Change username and password.

//---- MySQL Configuration ----
$realm_db = Array(
'addr' => "127.0.0.1:3306", //SQL server IP:port this realmd located on
'user' => "root", //SQL server login this realmd located on
'pass' => "mangos", //SQL server pass this realmd located on
'name' => "realmd", //realmd DB name
'encoding' => "utf8" //SQL connection encoding
);
$mangos_db = Array(
1 => array( //position in array must represent realmd ID
'id' => 1, //Realm ID
'addr' => "127.0.0.1:3306", //SQL server IP:port this DB located on
'user' => "root", //SQL server login this DB located on
'pass' => "mangos", //SQL server pass this DB located on
'name' => "mangos", //World Database name
'encoding' => "utf8", //SQL connection encoding
'rev' => "rev.3710", //Mangos rev. used
'db_rev' => "SDB rev.188" //db rev. used
),
);


Take care.

Nec
 
Back