I got this error message
Error
SQL query:
--
-- Database: hornymel_wrdp1
--
-- --------------------------------------------------------
--
-- Table structure for table wp_ak_popularity
--
CREATE TABLE wp_ak_popularity (
post_id int( 11 ) NOT NULL ,
total int( 11 ) NOT NULL ,
feed_views int( 11 ) NOT NULL ,
home_views int( 11 ) NOT NULL ,
archive_views int( 11 ) NOT NULL ,
category_views int( 11 ) NOT NULL ,
single_views int( 11 ) NOT NULL ,
comments int( 11 ) NOT NULL ,
pingbacks int( 11 ) NOT NULL ,
trackbacks int( 11 ) NOT NULL ,
last_modified datetime NOT NULL ,
KEY post_id ( post_id )
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL said: Documentation
#1050 - Table 'wp_ak_popularity' already exists
I did not get this error the first time I imported the database. Now popularity contest is broke in 2.5 and i had to remove the code from my blog for the rest of my theme to work. I can see all the files listed there. What do I do after I import it? Where do I use mysql commands?
I't all been imported...the files are there. How do I clear the database for a clean import?