Ipb Error

Discussion in 'Gaming' started by TonicX57, Jun 21, 2008.

Thread Status:
Not open for further replies.
  1. TonicX57

    TonicX57 Senior Member

    Posts:
    984
    Likes Received:
    0
    Joined:
    Jun 11, 2007
    I get this error when trying to install my IP Board:

    Code:
    mySQL query error: CREATE TABLE tad_admin_logs (
      id bigint(20) NOT NULL auto_increment,
      act varchar(255) default NULL,
      code varchar(255) default NULL,
      member_id int(10) default NULL,
      ctime int(10) default NULL,
      note text NULL,
      ip_address varchar(255) default NULL,
      PRIMARY KEY  (id)
    ) TYPE=MyISAM;
    
    SQL error: Table 'tad_admin_logs' already exists
    SQL error code: 1050
    Date: Saturday 21st of June 2008 10:36:17 PM
    Please help!
     
  2. Ravr

    Ravr _______________

    Age:
    35
    Posts:
    3,670
    Likes Received:
    0
    Joined:
    Dec 26, 2005
    Location:
    The Netherlands
    the table tad_admin_logs (the one you are trying to make) already exists either you have to delete it or its already fully installed
     
  3. .ZERO

    .ZERO Well-Known Member

    Posts:
    2,220
    Likes Received:
    1
    Joined:
    May 28, 2006
    Location:
    #gamerenders
    clear the SQL or make a new one.
     
  4. TonicX57

    TonicX57 Senior Member

    Posts:
    984
    Likes Received:
    0
    Joined:
    Jun 11, 2007
    Thanks for your help, guys, I forgot to close this. I already got it fixed. I just renamed the table.
     
Thread Status:
Not open for further replies.

Share This Page