November 2nd, 2009, 11:30 AM
|
#1 (permalink)
|
| Junior Member Verified Customer
Join Date: Nov 2009
Posts: 29
| DB installation problem
During installation there is an error appears. Here is an example for the first 3 tables errors: Quote:
Step 3: MySQL error reported: [CREATE TABLE rp_admlog (id int(10) NOT NULL auto_increment,adminuser varchar(50) NOT NULL default '',description varchar(255) NOT NULL default '',datestamp int(20) NOT NULL default '0',ip varchar(35) NOT NULL default '',PRIMARY KEY (id)) TYPE=MyISAM]
Result: Table 'rp_admlog' already exists
Database: db_name
Step 3: MySQL error reported: [CREATE TABLE rp_favorites (id smallint(4) NOT NULL auto_increment, userid int(8) NOT NULL default '0', product int(11) NOT NULL default '0', PRIMARY KEY (id), KEY parent (product)) TYPE=MyISAM]
Result: Table 'rp_favorites' already exists
Database: db_name
Step 3: MySQL error reported: [CREATE TABLE rp_laston (cat smallint(4) NOT NULL default '0', userid mediumint(9) NOT NULL default '0', laston int(11) unsigned default NULL, PRIMARY KEY (cat,userid)) TYPE=MyISAM]
Result: Table 'rp_laston' already exists
Database: db_name
| It is the third step, as you can see. I specified my forum's DB for ReviewPost in config. What is wrong?
|
| |