Thread: MySQL help
View Single Post
  #2  
Old 12-17-2006, 04:50 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 255, , 0, 0, 0, 0, '12.345.67.890');
actually i wouldnt use that one.. 1 sec gona edit with better one..

try this one..
Code:
INSERT INTO accounts (name, status, minilogin_ip) VALUES ('Admin', 255, '12.345.67.890');
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com

Last edited by Cripp; 12-17-2006 at 12:56 PM..
Reply With Quote