server wont start after changinthe IP to go from local 2 LAN
- CharlieFrost
- Posts: 33
- Joined: Sat Nov 08, 2014 11:13 pm
server wont start after changinthe IP to go from local 2 LAN
so I have been running this server loacaly (127.0.0.1). I have set my IP static and and allowed coommunicaiton through port 3306 on my router and ports for FFXI. I updated all the IP addresses in the conf files and ran the ipzone query in navicat. upon starting my server it. starts running something then closes quick before I can read what it says. is there something that I missed. I even tried rebuilding the servers with the same result.
MCP, A+, Net+
Microsoft- Server/OS/Security Fundamentals
Microsoft- Server/OS/Security Fundamentals
Re: server wont start after changinthe IP to go from local 2
Check the log files to see what the problem is.
- CharlieFrost
- Posts: 33
- Joined: Sat Nov 08, 2014 11:13 pm
Re: server wont start after changinthe IP to go from local 2
Here is what 'map-server' log says:
[1;32m[Status][0m Memory manager initialised: [1;37mlog/DSP.leaks[0m
[1;37m[Info][0m DarkStar - Git Revision Hash: [1;37mUnknown[0m.
[1;32m[Status][0m do_init: begin server initialization...
[21:01:48][1;37m[Info][0m Console Silent Setting: 0 - [1;32m[OK][0m
[21:01:48][1;32m[Status][0m do_init: map_config is reading - [1;32m[OK][0m
[21:01:48][1;32m[Status][0m luautils::init:lua initializing... - [1;32m[OK][0m
[21:01:48][1;32m[Status][0m do_init: sqlhandle is allocating[21:01:48][1;35m[SQL][0m Host 'SephyderLaptop' is not allowed to connect to this MySQL server
Sorry for delay in response got busy at work today.
[1;32m[Status][0m Memory manager initialised: [1;37mlog/DSP.leaks[0m
[1;37m[Info][0m DarkStar - Git Revision Hash: [1;37mUnknown[0m.
[1;32m[Status][0m do_init: begin server initialization...
[21:01:48][1;37m[Info][0m Console Silent Setting: 0 - [1;32m[OK][0m
[21:01:48][1;32m[Status][0m do_init: map_config is reading - [1;32m[OK][0m
[21:01:48][1;32m[Status][0m luautils::init:lua initializing... - [1;32m[OK][0m
[21:01:48][1;32m[Status][0m do_init: sqlhandle is allocating[21:01:48][1;35m[SQL][0m Host 'SephyderLaptop' is not allowed to connect to this MySQL server
Sorry for delay in response got busy at work today.
MCP, A+, Net+
Microsoft- Server/OS/Security Fundamentals
Microsoft- Server/OS/Security Fundamentals
Re: server wont start after changinthe IP to go from local 2
tells you exactly what the problem is: your mysql server is denying the connection (is it on the same machine that you're running the server on?)
- CharlieFrost
- Posts: 33
- Joined: Sat Nov 08, 2014 11:13 pm
Re: server wont start after changinthe IP to go from local 2
Yes it is, all I did was change all the IPs to 192.168.1.11, IP address is static for this machine on network.
MCP, A+, Net+
Microsoft- Server/OS/Security Fundamentals
Microsoft- Server/OS/Security Fundamentals
- CharlieFrost
- Posts: 33
- Joined: Sat Nov 08, 2014 11:13 pm
Re: server wont start after changinthe IP to go from local 2
ok I feel like a derp right right now, but it was a learning experience. I was looking around in MySQL Workbench and found the "Users and Privileges' section.
I just updated my IP there and Voi'la server starts.
I just updated my IP there and Voi'la server starts.
MCP, A+, Net+
Microsoft- Server/OS/Security Fundamentals
Microsoft- Server/OS/Security Fundamentals