Log in

View Full Version : 3 Special Errors (NAT Prob) eq.variables prob + server pass


kerosh
03-28-2004, 02:56 PM
I am trying to run my own server =)
I get Four wonderful errors =|....

Problem 1:
NAT Problem
I have a Dual PC Modem made by Action Tec
There site is www.actiontec.com
Read all about it
Dual PC Modem

Problem 2:
Table eq.variables
Email me for a wonderful picture of the error at
xteam_leader@yahoo.com

Problem 3:
Password for Server
Email me for another picture
xteam_leader@yahoo.com

Problem 4:
Table eq.zon doesn't exist
Another picture once again...
xteam_leader@yahoo.com

For some reason I can't paste any of this stuff on here......
[/img][/code]

samandhi
03-29-2004, 08:04 AM
Problem 1:
NAT Problem
I have a Dual PC Modem made by Action Tec
There site is www.actiontec.com
Read all about it
Dual PC Modem If you are behind a router, or firewall, then THAT is the problem and you will need to forward your internal IP to your external IP. If the router has firewall then you will also have to forward PORTS...

Table eq.variables
Email me for a wonderful picture of the error at
xteam_leader@yahoo.com I can tell you that either you are using a DB that is incomplete, or corrupted, OR you didnt source the DB right...

Problem 3:
Password for Server
Email me for another picture
xteam_leader@yahoo.com
This is PROBABLY what is causing your problem #2, and #4. if you have the DB setup correctly.. You need to open up dos command window and type the following (hitting the enter key after each line...
cd c:/mysql/bin
mysql -u root mysql
GRANT ALL PRIVILEGES ON *.* TO usernameformysql@localhost IDENTIFIED BY 'passwordformysql' WITH GRANT OPTION;
quit


Problem 4:
Table eq.zon doesn't exist
Another picture once again...
xteam_leader@yahoo.com Not sure of why you cant paste here unless it is your browser that wont let you, but again this looks like a DB problem...