[horde] Does horde connect to database...
Michael Robinson
plug_1 at robinson-west.com
Thu Jan 15 03:23:25 UTC 2015
as anonymous?
150114 19:13:44 4 Connect user at webbs.w1.robinson-west.pri as
anonymous on horde
4 Query SHOW CHARACTER SET
4 Query SET NAMES 'utf8'
4 Query SELECT pref_name, pref_value FROM horde_prefs WHERE
pref_uid = 'admin' AND pref_scope = 'horde'
4 Quit
The above is a transaction log entry. The proper username to connect to
the database is user at webbs.w1.robinson-west.pri and there is a password
that is in conf.php. There is no anonymous user.
MariaDB [mysql]> SELECT user,host FROM user;
+------+----------------------------+
| user | host |
+------+----------------------------+
| root | 127.0.0.1 |
| root | ::1 |
| root | localhost |
| | webbs.w1.robinson-west.pri |
| user | webbs.w1.robinson-west.pri |
| | xerbs.w1.robinson-west.pri |
| user | xerbs.w1.robinson-west.pri |
+------+----------------------------+
7 rows in set (0.00 sec)
MariaDB [mysql]>
What does as anonymous in the transaction log mean???
I'm getting this from horde:
SQLSTATE[42S02]: Base table or view not found: 1146 Table
'horde.horde_prefs' doesn't exist
And indeed, checking the mariadb database, there isn't a horde_prefs in
the horde database.
More information about the horde
mailing list