View Single Post
Old Jul 31st, 2005, 7:44 PM   #1
Intimidat0r
Hobbyist Programmer
 
Intimidat0r's Avatar
 
Join Date: May 2005
Location: Don't know, but the padded walls are a nice touch.
Posts: 126
Rep Power: 0 Intimidat0r is an unknown quantity at this point
Send a message via ICQ to Intimidat0r Send a message via AIM to Intimidat0r Send a message via MSN to Intimidat0r Send a message via Yahoo to Intimidat0r
mySQL query file

if i have a file like hello.sql and this code in it:

CREATE TABLE hello (
     somevar int(10) NOT NULL,
     somevar2 varchar(11) NOT NULL,
     valid_until datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
     somevar3 varchar(11) NOT NULL,
     somevar4 int(10) NOT NULL
);

then what's up with the valid_until datetime line? im tryting to manually do everything instructed here using phpMyAdmin because my commercial server im using doesn't let you execute query files like this so how would i do that line in phpMyAdmin? (or at least, what the hell does it mean)
__________________
Children in the dark cause accidents, and accidents in the dark cause children.

http://www.ronincoders.org
Intimidat0r is offline   Reply With Quote