Database error – Unable to install
-
I am trying to install bbpress for my website and unfortunately it doesn’t seem to matter what I put in the boxes I get the following error(s). Now I am not trying to integrate it with WordPress just yet so it should be fairly straight forward (however it apparently is not). Any help and suggestions would be greatly appreciated. Oh, and I have tried disabling all my security features and that didn’t work either. Knowing my luck it is something stupid and it will work like a charm in two seconds but whatever it is, I’m not seeing an immediate solution to the problem.
Here is the code:
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_forums
(forum_id
int(10) NOT NULL auto_increment,forum_name
varchar(150) NOT NULL default ”,forum_slug
varchar(255) NOT NULL default ”,forum_desc
text NOT NULL,forum_parent
int(10) NOT NULL default 0,forum_order
int(10) NOT NULL default 0,topics
bigint(20) NOT NULL default 0,posts
bigint(20) NOT NULL default 0,PRIMARY KEY (
forum_id
),KEY
forum_slug
(forum_slug
)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_meta
(meta_id
bigint(20) NOT NULL auto_increment,object_type
varchar(16) NOT NULL default ‘bb_option’,object_id
bigint(20) NOT NULL default 0,meta_key
varchar(255) default NULL,meta_value
longtext,PRIMARY KEY (
meta_id
),KEY
object_type__meta_key
(object_type
,meta_key
),KEY
object_type__object_id__meta_key
(object_type
,object_id
,meta_key
)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_posts
(post_id
bigint(20) NOT NULL auto_increment,forum_id
int(10) NOT NULL default 1,topic_id
bigint(20) NOT NULL default 1,poster_id
int(10) NOT NULL default 0,post_text
text NOT NULL,post_time
datetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ip
varchar(15) NOT NULL default ”,post_status
tinyint(1) NOT NULL default 0,post_position
bigint(20) NOT NULL default 0,PRIMARY KEY (
post_id
),KEY
topic_time
(topic_id
,post_time
),KEY
poster_time
(poster_id
,post_time
),KEY
post_time
(post_time
),FULLTEXT KEY
post_text
(post_text
)) TYPE = MYISAM DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_terms
(term_id
bigint(20) NOT NULL auto_increment,name
varchar(55) NOT NULL default ”,slug
varchar(200) NOT NULL default ”,term_group
bigint(10) NOT NULL default 0,PRIMARY KEY (
term_id
),UNIQUE KEY
slug
(slug
),KEY
name
(name
)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_term_relationships
(object_id
bigint(20) NOT NULL default 0,term_taxonomy_id
bigint(20) NOT NULL default 0,user_id
bigint(20) NOT NULL default 0,term_order
int(11) NOT NULL default 0,PRIMARY KEY (
object_id
,term_taxonomy_id
),KEY
term_taxonomy_id
(term_taxonomy_id
)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_term_taxonomy
(term_taxonomy_id
bigint(20) NOT NULL auto_increment,term_id
bigint(20) NOT NULL default 0,taxonomy
varchar(32) NOT NULL default ”,description
longtext NOT NULL,parent
bigint(20) NOT NULL default 0,count
bigint(20) NOT NULL default 0,PRIMARY KEY (
term_taxonomy_id
),UNIQUE KEY
term_id_taxonomy
(term_id
,taxonomy
),KEY
taxonomy
(taxonomy
)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_topics
(topic_id
bigint(20) NOT NULL auto_increment,topic_title
varchar(100) NOT NULL default ”,topic_slug
varchar(255) NOT NULL default ”,topic_poster
bigint(20) NOT NULL default 0,topic_poster_name
varchar(40) NOT NULL default ‘Anonymous’,topic_last_poster
bigint(20) NOT NULL default 0,topic_last_poster_name
varchar(40) NOT NULL default ”,topic_start_time
datetime NOT NULL default ‘0000-00-00 00:00:00’,topic_time
datetime NOT NULL default ‘0000-00-00 00:00:00’,forum_id
int(10) NOT NULL default 1,topic_status
tinyint(1) NOT NULL default 0,topic_open
tinyint(1) NOT NULL default 1,topic_last_post_id
bigint(20) NOT NULL default 1,topic_sticky
tinyint(1) NOT NULL default 0,topic_posts
bigint(20) NOT NULL default 0,tag_count
bigint(20) NOT NULL default 0,PRIMARY KEY (
topic_id
),KEY
topic_slug
(topic_slug
),KEY
forum_time
(forum_id
,topic_time
),KEY
user_start_time
(topic_poster
,topic_start_time
),KEY
stickies
(topic_status
,topic_sticky
,topic_time
)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
Database installation failed!!!
- You must be logged in to reply to this topic.