ShadowFlame98
New Member
- Messages
- 15
- Reaction score
- 0
- Points
- 0
I'm trying to install a forum on my host and when I put i the MySQL information it gives me this error.
Warning!
The following errors must be rectified before continuing!
Please go back and try again!
mySQL Error: Invalid default value for 'macro_set'
Query:CREATE TABLE ibf_macro ( macro_id smallint(3) NOT NULL auto_increment, macro_value varchar(200) default NULL, macro_replace text, can_remove tinyint(1) default '0', macro_set smallint(3) NOT NULL default '', PRIMARY KEY (macro_id), KEY macro_set (macro_set) ) TYPE=MyISAM;
What does all of this mean? Did I do something wrong I created a database and everything put in my username and password and used localhost.
Warning!
The following errors must be rectified before continuing!
Please go back and try again!
mySQL Error: Invalid default value for 'macro_set'
Query:CREATE TABLE ibf_macro ( macro_id smallint(3) NOT NULL auto_increment, macro_value varchar(200) default NULL, macro_replace text, can_remove tinyint(1) default '0', macro_set smallint(3) NOT NULL default '', PRIMARY KEY (macro_id), KEY macro_set (macro_set) ) TYPE=MyISAM;
What does all of this mean? Did I do something wrong I created a database and everything put in my username and password and used localhost.