[horde] Creating horde_datatree_seq

Kevin Myer kevin_myer at iu13.org
Thu Jun 23 06:30:49 PDT 2005


Quoting "Tobin, Brian" <bltst2 at yahoo.com>:

> Pear::DB doesn't even create the table, so I don't even have the
> ability to see the permissions.  I've tried removing and installing
> Pear::DB with no success.

CREATE TABLE horde_datatree_seq (
  id int(10) unsigned NOT NULL auto_increment,
  PRIMARY KEY  (id)
) TYPE=MyISAM;
INSERT INTO horde_datatree_seq VALUES (0);

I'd track down the root cause of why that wasn't created in the first place
though.  I still think you have a permissions error in the database somewhere.

Kevin
-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org




More information about the horde mailing list