tink
Joined: 12 Jan 2005 Posts: 3
|
Posted: Wed Jan 12, 2005 5:29 pm Post subject: b2posts in the database /password is gone |
|
|
Hello,
I installed b2 but then I accidentally clicked the site with the password away. Then I deleted all the tables at my database and re-installed b2..but it says:
Quote: | 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
|
But b2posts doesn't exist anymore
Edit: Well, it works somehow..even when the tables aren't shown at my sql database? But I still can't log in  |
|