[mythtv-users] Screwed up display.

Nick Morrott knowledgejunkie at gmail.com
Mon Jun 4 05:23:31 UTC 2007


On 04/06/07, clemens at dwf.com <clemens at dwf.com> wrote:
>
> (as root)
> % mysql
> mysql> DELETE FROM settings WHERE `hostname` = 'mythtv-fe.dwf.com';
> ERROR 1046 (3D000): No database selected.
>
> ---
>
> So it looks like I either need to add something to this line, or add a
> previous line
> that selects a database (mythconverg?)

mysql> use mythconverg;


Note that you can also specify the database on the command line, when
running mysql:

# mysql mythconverg

You may also need to specify username (-u) and password (-p) - a
typical command line would be:

# mysql mythconverg -u mythtv -p
(Enter password)

-- 
Nick

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin


More information about the mythtv-users mailing list