Menu

#7 Error with Config entity in MySQL

open
None
7
2010-11-07
2010-11-07
No

Getting this error int he logs when using MySQL

ERROR - Unsuccessful: create table config (id integer not null auto_increment, key varchar(255), value varchar(255), primary key (id))
ERROR - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'varchar(255),
value varchar(255),
primary key (id)
)' at line 3

Discussion


Log in to post a comment.