-
LeviathanStory
What am i doing wrong!?!?
:sq_yellow Hello so i tried connecting my server on the internet and this is the error i received
2007-04-26 18:43:58 Using configuration file mangosd.conf.
2007-04-26 18:43:58 MaNGOS daemon /0.7-SVN (Win32)
2007-04-26 18:43:58 <Ctrl-C> to stop.
MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM MaNGOS community forums (Powered by Invision Power Board)
MMMMMM
2007-04-26 18:43:58 World Database: my-ip adress;3306;root;mangos;mangos
2007-04-26 18:43:59 ERROR:Could not connect to MySQL database at my-ip adress: Can't connect to MySQL server on 'my ip adress'(10061)
2007-04-26 18:43:59 ERROR:Cannot connect to world database my-ip adress;3306;root;mangos;mangos
my-ip adress= my real ip but i didnt put for safety reasons.
AND IT IS MY WAN IP
i got it from what's my ip .org or smting.
PLEASE TELL ME WAHT TO DO!
Last edited by powerboi105; 27-04-07 at 06:08 AM.
-
-
Member
Re: What am i doing wrong!?!?
The error:
2007-04-26 18:43:58 World Database: my-ip adress;3306;root;mangos;mangos
2007-04-26 18:43:59 ERROR:Could not connect to MySQL database at my-ip adress: Can't connect to MySQL server on 'my ip adress'(10061)
2007-04-26 18:43:59 ERROR:Cannot connect to world database my-ip adress;3306;root;mangos;mangos
When your Worldserver tries to connect to your MySQL server using "my-ip adress;3306;root;mangos;mangos" it cannot complete the connection.
Have you set your MySQL server to accept connections (GRANT permissions) from addresses other than the default localhost (127.0.0.1)?
NOTE: Please do not grant access to root from all IP addresses, because you will only end up asking for help in recovering you databases later on. Allowing root access to your MySQL server, is just asking for trouble.
Aside from running the mangosd and realmd daemons on a seperate PC from your MySQL, you really shouldn't need to use anything but the localhost IP in the config files (the daemons connect locally if run on the same PC).
Change the config files back to localhost/127.0.0.1 and then, change the address field in your realmd database, realmlist, to use your WAN IP.