Am Saturday 07 January 2012 schrieben Sie: > Have you created the tables?
Yes, I run mysql -u root -p < /root/create.mysql.sql As horde database I use mysql and that works well. Just for the preferences I have to use the file backend. These are the tables I got into the database, horde_prefs is included: bokomoko:~# mysqldump -u root -p -A|grep "LOCK TABLES"|cut -c 1-40 Enter password: LOCK TABLES `horde_alarms` WRITE; UNLOCK TABLES; LOCK TABLES `horde_cache` WRITE; UNLOCK TABLES; LOCK TABLES `horde_datatree` WRITE; UNLOCK TABLES; LOCK TABLES `horde_datatree_attributes` UNLOCK TABLES; LOCK TABLES `horde_groups` WRITE; UNLOCK TABLES; LOCK TABLES `horde_groups_members` WRITE UNLOCK TABLES; LOCK TABLES `horde_histories` WRITE; UNLOCK TABLES; LOCK TABLES `horde_locks` WRITE; UNLOCK TABLES; LOCK TABLES `horde_perms` WRITE; UNLOCK TABLES; LOCK TABLES `horde_prefs` WRITE; UNLOCK TABLES; LOCK TABLES `horde_sessionhandler` WRITE UNLOCK TABLES; LOCK TABLES `horde_signups` WRITE; UNLOCK TABLES; LOCK TABLES `horde_syncml_anchors` WRITE UNLOCK TABLES; LOCK TABLES `horde_syncml_map` WRITE; UNLOCK TABLES; LOCK TABLES `horde_tokens` WRITE; UNLOCK TABLES; LOCK TABLES `horde_users` WRITE; UNLOCK TABLES; LOCK TABLES `horde_vfs` WRITE; UNLOCK TABLES; LOCK TABLES `columns_priv` WRITE; UNLOCK TABLES; LOCK TABLES `db` WRITE; UNLOCK TABLES; LOCK TABLES `func` WRITE; UNLOCK TABLES; LOCK TABLES `help_category` WRITE; UNLOCK TABLES; LOCK TABLES `help_keyword` WRITE; UNLOCK TABLES; LOCK TABLES `help_relation` WRITE; UNLOCK TABLES; LOCK TABLES `help_topic` WRITE; INSERT INTO `help_topic` VALUES (0,'MIN' UNLOCK TABLES; LOCK TABLES `host` WRITE; UNLOCK TABLES; LOCK TABLES `ndb_binlog_index` WRITE; UNLOCK TABLES; LOCK TABLES `plugin` WRITE; UNLOCK TABLES; LOCK TABLES `proc` WRITE; UNLOCK TABLES; LOCK TABLES `procs_priv` WRITE; UNLOCK TABLES; LOCK TABLES `servers` WRITE; UNLOCK TABLES; LOCK TABLES `tables_priv` WRITE; UNLOCK TABLES; LOCK TABLES `time_zone` WRITE; UNLOCK TABLES; LOCK TABLES `time_zone_leap_second` WRIT UNLOCK TABLES; LOCK TABLES `time_zone_name` WRITE; UNLOCK TABLES; LOCK TABLES `time_zone_transition` WRITE UNLOCK TABLES; LOCK TABLES `time_zone_transition_type` UNLOCK TABLES; LOCK TABLES `user` WRITE; UNLOCK TABLES; bokomoko:~# Thanks, Rainer -- Rainer Dorsch Lärchenstr. 6 D-72135 Dettenhausen 07157-734133 email: [email protected] jabber: [email protected] GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F 8F59 E3A8 C538 7519 141E Full GPG key: http://pgp.mit.edu/
signature.asc
Description: This is a digitally signed message part.

