• 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)
  • Open phpmyadmin
    Click the SQL tab
    Paste that code into the box
    Click Go.

    That’ll do it.
    paste it carefully !

    Thread Starter stookert

    (@stookert)

    Yeah, thanks….it worked. McMike’s shoutbox is up and running. Never had to do something with SQL but like this it isn’t that hard ??

    Thanks !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple question on running SQL statement’ is closed to new replies.