From: Michael B. <mb...@an...> - 2002-12-14 13:47:31
|
Hi, I just installed refdb, but I can't connect to the database: If I call viewstat in refdba, it says: could not connect to database server In the logfile of refdbd, I find messages like this one: 6:pid=340:Sat Dec 14 13:18:23 2002:adding client on fd 6 6:pid=340:Sat Dec 14 13:18:23 2002:server waiting n_max_fd=6 6:pid=812:Sat Dec 14 13:18:23 2002:serving client on fd 6 with protocol version 0 4:pid=812:Sat Dec 14 13:18:23 2002:creating database connection structure failed 6:pid=812:Sat Dec 14 13:18:23 2002:child finished client on fd 6 In mysql, I am able to see the refdb1 database: ~ $mysqlshow refdb1 Database: refdb1 +-----------------+ | Tables | +-----------------+ | CITSTYLE | | POSITIONS | | REFSTYLE | | SEPARATORS | | t_journal_words | +-----------------+ The mysqld and refdbd are listening on the default ports on localhost, refdba is configured like this: refdba: set serverip 127.0.0.1 port 9734 verbose t pager less username root timeout 60 logfile /var/log/refdba.log logdest FILE loglevel INFO refdblib /var/log/refdba.log doesn't contain anything. Any ideas? Ciao Michael |