crashes after running Codeigniter create table my sql query to create session table :
CREATE TABLE IF NOT EXISTS ci_sessions (
id varchar(128) NOT NULL,
ip_address varchar(45) NOT NULL,
timestamp int(10) unsigned DEFAULT 0 NOT NULL,
data blob NOT NULL,
KEY ci_sessions_timestamp (timestamp)
);
i tried to create this table from command line but it is the same issue when i open sequel pro