melissa27
Joined: 10 Feb 2003 Posts: 13 Location: New York
|
Posted: Thu Jan 15, 2004 2:29 am Post subject: installion error |
|
|
everything seemed to install fine, and when i ran b2install.php it gave me my password to login with, but as soon as i ran b2login.php (before I even put in my password) it said ERROR:wrong/invalid password. and it didn't work, so I ran b2install.pgp again, and 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
I even deleted and re-installed it.. |
|