 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
acid-dreams
Joined: 09 Oct 2004 Posts: 8
|
Posted: Sat Oct 09, 2004 10:43 pm Post subject: Major Problems... Help? |
|
|
Every time I try and install b2 I get this error:
Now creating the necessary tables in the database...
doh, can't create the table "b2posts" in the database.
query:
CREATE TABLE b2posts ( ID int(10) unsigned NOT NULL auto_increment, post_author int(4) DEFAULT '0' NOT NULL, post_date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, post_content text NOT NULL, post_title text NOT NULL, post_category int(4) DEFAULT '0' NOT NULL, post_karma int(11) DEFAULT '0' NOT NULL, PRIMARY KEY (ID), UNIQUE ID (ID) )
error:
Table 'b2posts' already exists
What in the hell does this mean? What am I doing wrong? Can anybody help? |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 241
|
Posted: Sun Oct 10, 2004 11:24 am Post subject: |
|
|
Don't panic - there's nothing wrong. It's just telling you that the table b2posts has already been created in a previous install so doesn't need re-creating. That's no problem and you can carry on regardless.
But if you want to start again, losing any posts that you may have made in the past, b2install.php says:
Code: | # Note: if you want to start again with a clean b2 database,
# just remove the // in this file |
so you could do that if you wish. But remember you will lose all your current posts if you had a previous installation. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB 2 © 2001, 2002 phpBB Group
|