They should be stored in horde horde database and turba_objects table.
You can check by running
[root@erginsme04 root]# mysqlshow horde
Database: horde
+-----------------------------+
| Tables |
+-----------------------------+
| horde_categories |
| horde_categories_categories |
| horde_prefs |
| horde_users |
| kronolith_events |
| mailaddr |
| mnemo_memos |
| nag_tasks |
| policy |
| turba_objects |
| userpref |
| users |
| wblist |
+-----------------------------+
Access to table is handled by sources.php in
# /home/httpd/html/horde/turba/config
$cfgSources['localsql'] = array(
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => 'horde',
'password' => '**********',
'database' => 'horde',
'table' => 'turba_objects'
.........................
Good luck.
make sure you have the correct username & password