[Tickets #5446] Re: Problem in create.mysql.sql
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Jun 7 17:25:01 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5446
-----------------------------------------------------------------------
Ticket | 5446
Updated By | helmut at 4Schiefer.de
Summary | Problem in create.mysql.sql
Queue | Horde Groupware Webmail Edition
Type | Bug
State | Feedback
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
helmut at 4Schiefer.de (2007-06-07 10:25) wrote:
I do the same statement but i don't create a table called:
horde_sessionhandler
I name it: a
So i do:
mysql> create table a (
-> session_id VARCHAR(32) NOT NULL,
-> session_lastmodified INT NOT NULL,
-> session_data LONGBLOB,
->
-> PRIMARY KEY (session_id)
-> ) ENGINE = InnoDB;
Query OK, 0 rows affected (0.01 sec)
So I think it's the name. Any idea?
More information about the bugs
mailing list