View Single Post
  #13  
Old 09-28-2006, 04:03 PM
Worktruck
Fire Beetle
 
Join Date: Sep 2006
Location: FL
Posts: 3
Default

I am stuck on this portion of your setup Kayot:

Modify this with the IP of the computer that will be connecting to the server. Admin is the username.

INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 250, , 0, 0, 0, 0, 'IP of Account')


I get a syntax error everytime I try to manipulate this value. I am unsure where exactly I need to place the IP address or at least what format it needs to be in. I thought I needed to replace the 0 ,0 ,0 , 0, but I get an error with that. I've tried a couple of different ways to enter this in and they have not worked. I'm also wondering if there needs to be a semi colon at the end of this command.
Reply With Quote