Simple question on running SQL statement
-
Hi,
I’m kinda new on running SQL statements, had AJAX shoutbox but now trying McMike’s shoutbox. All other plugins did the DTB & SQL things for me, but now I have to run (??) a SQL statement:
CREATE TABLE
wp_roeptumaar
(
rid
int(11) NOT NULL auto_increment,
naam
varchar(255) NOT NULL default ”,
http
varchar(255) NOT NULL default ”,
email
varchar(255) NOT NULL default ”,
text
text NOT NULL,
IP
varchar(255) NOT NULL default ”,
tijd
int(11) NOT NULL default ‘0’,
PRIMARY KEY (rid
)
) TYPE=MyISAM AUTO_INCREMENT=0 ;
—————————-HOW do I do that ? :-$
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Simple question on running SQL statement’ is closed to new replies.