0
votes
1answer
132 views

Default Horde schema

I've got a dump of a database file from horde in SQL format, however it doesn't contain any CREATE TABLE commands, which is a problem. Making the tables manually seems a bit pointless yet I can't ...
0
votes
1answer
672 views

How to make Horde connect to mysql with UTF-8 character set?

How to tell horde 3.3.11 to use UTF-8 for it's mysql connection? The $conf['sql']['charset'] only tells horde what is expected from the database. Horde uses MDB2 to connect to mysql. Is there way to ...