[Refdb-devel] [ refdb-Bugs-1545233 ] 0.9.7 refdba command "listuser" doesn't work
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2006-08-23 12:25:43
|
Bugs item #1545233, was opened at 2006-08-23 13:53 Message generated for change (Settings changed) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1545233&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: refdbd Group: None Status: Open Resolution: None Priority: 5 Submitted By: akusmin (akusmin) >Assigned to: Markus Hoenicka (mhoenicka) Summary: 0.9.7 refdba command "listuser" doesn't work Initial Comment: after starting refdbd as root with the command: refdbd -s -e 0 -l 7 I start refdba: refdba -u root And I give password. Command listdb lists databases. Command "listuser" returns: select failed Slackware 10.2, database engine mysql 4.1.14 ---------------------------------------------------------------------- Comment By: akusmin (akusmin) Date: 2006-08-23 13:58 Message: Logged In: YES user_id=1462269 This is output in the xterm where refdbd was launched: listuser -u root -w 052060047061121037092101123 dbi is up localhost root ---mypassword-- 3306 mysql /usr/local/var/lib/refdb/db refdb connected to database server using database: refdb Main database looks ok: refdb localhost root ---mypassword--- 3306 mysql /usr/local/var/lib/refdb/db refdb connected to database server using database: refdb SELECT VERSION() 1146: Table 'refdb.t_user' doesn't exist SELECT DISTINCT user_name FROM t_user WHERE user_name RLIKE '.*' select failed child finished client on fd 5 child exited with code 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1545233&group_id=26091 |