Start Date
Immediately after hiring
Job Duration
Less than 1 week
Project Timeline Preference
System Controlled Screen-shots every 10 minutes
Employer Facts
Project Description
This is a 2003 R2 windows server with IIS installed and Apache is pointed to a local IP address of 10.100.1.14:81 port 81. From outside the IP address has a static nat to the internal local address. I can confim access to the standard apache web site from the esternal IP.
I think it is a MYSQL issue not letting outside access to the database.
but I have run the following commands in mysql
GRANT ALL ON blog.* TO 'external IP' IDENTIFIED BY 'Spiderman3';
FLUSH PRIVILEGES;
update db set Host='external IP' where Db='blog';
update user set Host='external IP' where user='admin';
server is 64bit
This is a new install, never got it working yet.