i kept getting "not allowed IP" error when starting my world server, then i found the porblem in my WORLD.CONF file! Was easy!
<LogonServer DisablePings = "0"
RemotePassword = "CHANGE TO YOUR PASSWORD">
Should be same Password as here
<WorldDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD" Name = "world" Port = "3306" Type = "1">
Hope this help other new people who are just starting out attempting to run a server.