<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>seqence tables missing</title> 
  <pubDate>Fri, 10 Apr 2026 17:02:31 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6712</link> 
  <atom:link rel="self" type="application/rss+xml" title="seqence tables missing" href="https://bugs.horde.org/ticket/6712/rss" /> 
  <description>seqence tables missing</description> 
 
   
   
  <item> 
   <title>would it be possible to provide also the sql statements for </title> 
   <description>would it be possible to provide also the sql statements for the xxx_shares_seq tables in the corresponding sql scripts, otherwise the horde db user needs the create table privilege.



Error message:

HORDE [debug] [kronolith] MDB2 Error: insufficient permissions: [Error message: on demand sequence kronolith_share

s could not be created]



Solution:

e.g. for mysql:

CREATE TABLE `kronolith_shares_seq` (

  `sequence` int(11) NOT NULL auto_increment,

  PRIMARY KEY  (`sequence`)

)</description> 
   <pubDate>Fri, 16 May 2008 07:48:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6712#t45306</link> 
  </item> 
   
  <item> 
   <title>No, not all dbs use tables for sequence emulation.</title> 
   <description>No, not all dbs use tables for sequence emulation.</description> 
   <pubDate>Fri, 16 May 2008 09:15:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6712#t45309</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
