Share

Wordsmith - Blog & Publish NOW!

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Couple of errors

You are viewing a single message from this topic. View all messages.

  1. 2005-01-25 10:28:17 UTC
    A working SQL to install the cs_banlist table is:

    CREATE TABLE cs_banlist (
    rowid int(10) unsigned NOT NULL auto_increment,
    ip varchar(32) NOT NULL,
    country varchar(255),
    created_on datetime NOT NULL,
    PRIMARY KEY (rowid),
    UNIQUE KEY ip (ip)
    );

    I have to note I've only run Wordsmith on MySQL 4, MyISAM (not InnoDB).
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.