Py学习  »  DATABASE

codeigniter create ci_session table崩溃mysql

Alzaabi98 • 4 年前 • 208 次点击  

运行codeigniter create table my sql query以创建会话表后崩溃:

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) );

我试着从命令行创建这个表,但是当我打开sequel pro时也是这样

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/46315
 
208 次点击