Horde works: I change /var/www/horde/scripts/db/auth.sql: from CREATE TABLE horde_users to CREATE TABLE horde_auth then mysql --user=horde --password=**** horde < auth.sql then in mysql insert user admin with md5(password) into horde_auth table that's all B.